DEBUG_VERBOSE 42 core/gc.c if (P->flags & DEBUG_GC && P->flags & DEBUG_VERBOSE) { \ DEBUG_VERBOSE 313 core/gc.c if (P->flags & (DEBUG_VERBOSE DEBUG_VERBOSE 242 core/potion.h if (P->flags & DEBUG_VERBOSE) fprintf(stderr, __VA_ARGS__) DEBUG_VERBOSE 244 core/potion.h if (P->flags & DEBUG_VERBOSE && P->flags & DEBUG_TRACE) fprintf(stderr, __VA_ARGS__) DEBUG_VERBOSE 246 core/potion.h if (P->flags & DEBUG_VERBOSE && P->flags & DEBUG_INSPECT) fprintf(stderr, __VA_ARGS__) DEBUG_VERBOSE 87 front/p2.c if (P->flags & DEBUG_VERBOSE) \ DEBUG_VERBOSE 90 front/p2.c if (P->flags & (DEBUG_INSPECT|DEBUG_VERBOSE)) \ DEBUG_VERBOSE 275 front/p2.c P->flags |= DEBUG_VERBOSE; continue; } DEBUG_VERBOSE 291 front/p2.c if (strchr(&argv[i][2], 'v')) P->flags |= DEBUG_VERBOSE; DEBUG_VERBOSE 66 front/potion.c if (P->flags & DEBUG_VERBOSE) \ DEBUG_VERBOSE 70 front/potion.c if (P->flags & (DEBUG_INSPECT|DEBUG_VERBOSE)) \ DEBUG_VERBOSE 291 front/potion.c P->flags |= DEBUG_VERBOSE; continue; } DEBUG_VERBOSE 338 front/potion.c if (strchr(&argv[i][2], 'v')) P->flags |= DEBUG_VERBOSE; DEBUG_VERBOSE 21 test/api/gc-test.c if (P->flags & DEBUG_GC && P->flags & DEBUG_VERBOSE) { \ DEBUG_VERBOSE 115 test/api/gc-test.c if (!strcmp(argv[1], "-DGv")) P->flags |= (DEBUG_GC|DEBUG_VERBOSE);