Searched refs:cdebug (Results 1 – 2 of 2) sorted by relevance
287 extern int cdebug;
17 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)22 int cdebug = PRINTD; variable
Completed in 9 milliseconds