Searched refs:DEBUG_PARSE (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/scripts/kconfig/ |
H A D | zconf.y | 19 #define DEBUG_PARSE 0x0002 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 …]
|
/openbmc/linux/scripts/kconfig/ |
H A D | parser.y | 20 #define DEBUG_PARSE 0x0002 macro 180 printd(DEBUG_PARSE, "%s:%d:type(%u)\n", 188 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno()); 196 printd(DEBUG_PARSE, "%s:%d:default(%u)\n", 210 printd(DEBUG_PARSE, "%s:%d:imply\n", zconf_curname(), zconf_lineno()); 216 printd(DEBUG_PARSE, "%s:%d:range\n", zconf_curname(), zconf_lineno()); 271 printd(DEBUG_PARSE, "%s:%d:type(%u)\n", 284 printd(DEBUG_PARSE, "%s:%d:default\n", 307 printd(DEBUG_PARSE, "%s:%d:if\n", zconf_curname(), zconf_lineno()); 333 printd(DEBUG_PARSE, "%s:%d:menu\n", zconf_curname(), zconf_lineno()); [all …]
|