Searched refs:cdebug (Results 1 – 4 of 4) sorted by relevance
291 extern int cdebug;
16 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)21 int cdebug = PRINTD; variable
286 extern int cdebug;
17 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)22 int cdebug = PRINTD; variable