Searched refs:DEBUG_PARSE (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.y | 19 #define DEBUG_PARSE 0x0002 macro 192 printd(DEBUG_PARSE, "%s:%d:type(%u)\n", 200 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno()); 208 printd(DEBUG_PARSE, "%s:%d:default(%u)\n", 216 printd(DEBUG_PARSE, "%s:%d:select\n", zconf_curname(), zconf_lineno()); 222 printd(DEBUG_PARSE, "%s:%d:range\n", zconf_curname(), zconf_lineno()); 291 printd(DEBUG_PARSE, "%s:%d:type(%u)\n", 308 printd(DEBUG_PARSE, "%s:%d:default\n", 323 printd(DEBUG_PARSE, "%s:%d:if\n", zconf_curname(), zconf_lineno()); 360 printd(DEBUG_PARSE, "%s:%d:menu\n", zconf_curname(), zconf_lineno()); [all …]
|
A D | zconf.tab.c_shipped | 94 #define DEBUG_PARSE 0x0002 1758 printd(DEBUG_PARSE, "%s:%d:type(%u)\n", 1768 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno()); 1778 printd(DEBUG_PARSE, "%s:%d:default(%u)\n", 1788 printd(DEBUG_PARSE, "%s:%d:select\n", zconf_curname(), zconf_lineno()); 1796 printd(DEBUG_PARSE, "%s:%d:range\n", zconf_curname(), zconf_lineno()); 1863 printd(DEBUG_PARSE, "%s:%d:type(%u)\n", 1884 printd(DEBUG_PARSE, "%s:%d:default\n", 1894 printd(DEBUG_PARSE, "%s:%d:if\n", zconf_curname(), zconf_lineno()); 1923 printd(DEBUG_PARSE, "%s:%d:menu\n", zconf_curname(), zconf_lineno()); [all …]
|
Completed in 5 milliseconds