Searched refs:cdebug (Results 1 – 3 of 3) sorted by relevance
201 extern int cdebug;
16 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)21 int cdebug = PRINTD; variable
91 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)96 int cdebug = PRINTD;
Completed in 7 milliseconds