fprintf 240 core/potion.h if (P->flags & DEBUG_TRACE) fprintf(stderr, __VA_ARGS__) fprintf 242 core/potion.h if (P->flags & DEBUG_VERBOSE) fprintf(stderr, __VA_ARGS__) fprintf 244 core/potion.h if (P->flags & DEBUG_VERBOSE && P->flags & DEBUG_TRACE) fprintf(stderr, __VA_ARGS__) fprintf 246 core/potion.h if (P->flags & DEBUG_VERBOSE && P->flags & DEBUG_INSPECT) fprintf(stderr, __VA_ARGS__) fprintf 248 core/potion.h if (P->flags & DEBUG_COMPILE) fprintf(stderr, __VA_ARGS__)