DEBUG_VERBOSE      38 core/gc.c        if (P->flags & DEBUG_GC && P->flags & DEBUG_VERBOSE) { \
DEBUG_VERBOSE     325 core/gc.c            if (P->flags & (DEBUG_VERBOSE
DEBUG_VERBOSE      67 core/potion.c      if (P->flags & DEBUG_VERBOSE) \
DEBUG_VERBOSE      71 core/potion.c      if (P->flags & (DEBUG_INSPECT|DEBUG_VERBOSE)) \
DEBUG_VERBOSE     304 core/potion.c        P->flags |= DEBUG_VERBOSE; continue; }
DEBUG_VERBOSE     351 core/potion.c        if (strchr(&argv[i][2], 'v')) P->flags |= DEBUG_VERBOSE;
DEBUG_VERBOSE     245 core/potion.h    if (P->flags & DEBUG_VERBOSE) fprintf(stderr, __VA_ARGS__)
DEBUG_VERBOSE     247 core/potion.h    if (P->flags & DEBUG_VERBOSE && P->flags & DEBUG_TRACE) fprintf(stderr, __VA_ARGS__)
DEBUG_VERBOSE     249 core/potion.h    if (P->flags & DEBUG_VERBOSE && P->flags & DEBUG_INSPECT) fprintf(stderr, __VA_ARGS__)
DEBUG_VERBOSE      21 test/api/gc-test.c   if (P->flags & (DEBUG_GC | DEBUG_VERBOSE)) {	\
DEBUG_VERBOSE     115 test/api/gc-test.c     if (!strcmp(argv[1], "-DGv")) P->flags |= (DEBUG_GC|DEBUG_VERBOSE);