Home
last modified time | relevance | path

Searched refs:cdebug (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/scripts/kconfig/
Dexpr.h201 extern int cdebug;
Dzconf.y16 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)
21 int cdebug = PRINTD; variable
Dzconf.tab.c91 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)
96 int cdebug = PRINTD; variable
Dzconf.tab.c_shipped91 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)
96 int cdebug = PRINTD;