Searched refs:cdebug (Results 1 – 3 of 3) sorted by relevance
152 extern int cdebug;
17 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)22 int cdebug = PRINTD; variable
154 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)159 int cdebug = PRINTD;