DEBUG_INSPECT 246 core/potion.h if (P->flags & DEBUG_VERBOSE && P->flags & DEBUG_INSPECT) fprintf(stderr, __VA_ARGS__) DEBUG_INSPECT 90 front/p2.c if (P->flags & (DEBUG_INSPECT|DEBUG_VERBOSE)) \ DEBUG_INSPECT 273 front/p2.c P->flags |= DEBUG_INSPECT; continue; } DEBUG_INSPECT 290 front/p2.c if (strchr(&argv[i][2], 'i')) P->flags |= DEBUG_INSPECT; DEBUG_INSPECT 367 front/p2.c if (P->flags & DEBUG_INSPECT) potion_fatal("no filename given"); DEBUG_INSPECT 70 front/potion.c if (P->flags & (DEBUG_INSPECT|DEBUG_VERBOSE)) \ DEBUG_INSPECT 275 front/potion.c P->flags |= DEBUG_INSPECT; continue; } DEBUG_INSPECT 337 front/potion.c if (strchr(&argv[i][2], 'i')) P->flags |= DEBUG_INSPECT; DEBUG_INSPECT 388 front/potion.c if (!exec || P->flags & DEBUG_INSPECT) potion_fatal("no filename given");