Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.y17 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)
22 int cdebug = PRINTD; variable
H A Dzconf.tab.c94 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)
99 int cdebug = PRINTD; variable
H A Dexpr.h184 extern int cdebug;
H A Dzconf.tab.c_shipped94 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)
99 int cdebug = PRINTD;