fprintf           243 core/potion.h    if (P->flags & DEBUG_TRACE) fprintf(stderr, __VA_ARGS__)
fprintf           245 core/potion.h    if (P->flags & DEBUG_VERBOSE) fprintf(stderr, __VA_ARGS__)
fprintf           247 core/potion.h    if (P->flags & DEBUG_VERBOSE && P->flags & DEBUG_TRACE) fprintf(stderr, __VA_ARGS__)
fprintf           249 core/potion.h    if (P->flags & DEBUG_VERBOSE && P->flags & DEBUG_INSPECT) fprintf(stderr, __VA_ARGS__)
fprintf           251 core/potion.h    if (P->flags & DEBUG_COMPILE) fprintf(stderr, __VA_ARGS__)