cdebug 294 scripts/kconfig/expr.h extern int cdebug; cdebug 16 scripts/kconfig/parser.y #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) cdebug 21 scripts/kconfig/parser.y int cdebug = PRINTD;