Home | History | Annotate | Download | only in libsa

Lines Matching defs:debug

12 #ifdef DEBUG
13 int debug = 0;
14 #endif /* DEBUG */
31 #ifdef DEBUG
66 #ifdef DEBUG
67 debug++;
68 #endif /* DEBUG */
74 #ifdef DEBUG
75 if (debug) {
76 printf("Debug level %d - enter c to continue...", debug);
80 #endif /* DEBUG */