Home
last modified time | relevance | path

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

/busybox-1.35.0/scripts/kconfig/
Dexpr.h152 extern int cdebug;
Dzconf.y17 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)
22 int cdebug = PRINTD; variable
Dzconf.tab.c_shipped154 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)
159 int cdebug = PRINTD;