Searched refs:printd (Results 1 – 2 of 2) sorted by relevance
| /buildroot/support/kconfig/ |
| A D | zconf.y | 16 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) macro 210 printd(DEBUG_PARSE, "%s:%d:type(%u)\n", 218 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno()); 226 printd(DEBUG_PARSE, "%s:%d:default(%u)\n", 240 printd(DEBUG_PARSE, "%s:%d:imply\n", zconf_curname(), zconf_lineno()); 246 printd(DEBUG_PARSE, "%s:%d:range\n", zconf_curname(), zconf_lineno()); 318 printd(DEBUG_PARSE, "%s:%d:type(%u)\n", 335 printd(DEBUG_PARSE, "%s:%d:default\n", 350 printd(DEBUG_PARSE, "%s:%d:if\n", zconf_curname(), zconf_lineno()); 380 printd(DEBUG_PARSE, "%s:%d:menu\n", zconf_curname(), zconf_lineno()); [all …]
|
| A D | zconf.tab.c_shipped | 81 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) 1605 printd(DEBUG_PARSE, "%s:%d:type(%u)\n", 1616 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno()); 1627 printd(DEBUG_PARSE, "%s:%d:default(%u)\n", 1647 printd(DEBUG_PARSE, "%s:%d:imply\n", zconf_curname(), zconf_lineno()); 1656 printd(DEBUG_PARSE, "%s:%d:range\n", zconf_curname(), zconf_lineno()); 1734 printd(DEBUG_PARSE, "%s:%d:type(%u)\n", 1757 printd(DEBUG_PARSE, "%s:%d:default\n", 1768 printd(DEBUG_PARSE, "%s:%d:if\n", zconf_curname(), zconf_lineno()); 1792 printd(DEBUG_PARSE, "%s:%d:menu\n", zconf_curname(), zconf_lineno()); [all …]
|
Completed in 6 milliseconds