Searched defs:DEBUG (Results 1 – 17 of 17) sorted by relevance
6 #define DEBUG macro
9 #define DEBUG 1 macro
7 #define DEBUG macro
14 #define DEBUG macro
17 #define DEBUG macro
21 #define DEBUG macro
34 #define DEBUG 0 macro
12 ERROR, WARNING, NOTICE, INFO, DETAIL, DEBUG = range(6) variable
9 #define DEBUG macro
8 #define DEBUG macro
28 DEBUG = False variable
16 #define DEBUG macro
48 #define DEBUG(...) { if (verbose > 1) fprintf(stderr, "DEBUG: " __VA_ARGS__); } macro
Completed in 44 milliseconds