Searched defs:DEBUG (Results 1 – 20 of 20) 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
95 #define DEBUG 0 macro
28 DEBUG = False variable
10 #define DEBUG macro
48 #define DEBUG(...) { if (verbose > 1) fprintf(stderr, "DEBUG: " __VA_ARGS__); } macro
Completed in 38 milliseconds