Searched refs:DEBUG_PARSE (Results 1 – 1 of 1) sorted by relevance
/xen/xen/tools/kconfig/ |
A D | parser.y | 19 #define DEBUG_PARSE 0x0002 macro 179 printd(DEBUG_PARSE, "%s:%d:type(%u)\n", 187 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno()); 195 printd(DEBUG_PARSE, "%s:%d:default(%u)\n", 209 printd(DEBUG_PARSE, "%s:%d:imply\n", zconf_curname(), zconf_lineno()); 215 printd(DEBUG_PARSE, "%s:%d:range\n", zconf_curname(), zconf_lineno()); 277 printd(DEBUG_PARSE, "%s:%d:type(%u)\n", 290 printd(DEBUG_PARSE, "%s:%d:default\n", 318 printd(DEBUG_PARSE, "%s:%d:if\n", zconf_curname(), zconf_lineno()); 341 printd(DEBUG_PARSE, "%s:%d:menu\n", zconf_curname(), zconf_lineno()); [all …]
|
Completed in 3 milliseconds