Searched refs:printd (Results 1 – 1 of 1) sorted by relevance
/u-boot/scripts/kconfig/ |
A D | zconf.y | 16 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) macro 202 printd(DEBUG_PARSE, "%s:%d:type(%u)\n", 210 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno()); 218 printd(DEBUG_PARSE, "%s:%d:default(%u)\n", 232 printd(DEBUG_PARSE, "%s:%d:imply\n", zconf_curname(), zconf_lineno()); 238 printd(DEBUG_PARSE, "%s:%d:range\n", zconf_curname(), zconf_lineno()); 310 printd(DEBUG_PARSE, "%s:%d:type(%u)\n", 327 printd(DEBUG_PARSE, "%s:%d:default\n", 342 printd(DEBUG_PARSE, "%s:%d:if\n", zconf_curname(), zconf_lineno()); 372 printd(DEBUG_PARSE, "%s:%d:menu\n", zconf_curname(), zconf_lineno()); [all …]
|
Completed in 3 milliseconds