Searched refs:DEBUG_PARSE (Results 1 – 2 of 2) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | zconf.y | 19 #define DEBUG_PARSE 0x0002 macro 187 printd(DEBUG_PARSE, "%s:%d:type(%u)\n", 195 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno()); 203 printd(DEBUG_PARSE, "%s:%d:default(%u)\n", 211 printd(DEBUG_PARSE, "%s:%d:select\n", zconf_curname(), zconf_lineno()); 217 printd(DEBUG_PARSE, "%s:%d:range\n", zconf_curname(), zconf_lineno()); 286 printd(DEBUG_PARSE, "%s:%d:type(%u)\n", 303 printd(DEBUG_PARSE, "%s:%d:default\n", 318 printd(DEBUG_PARSE, "%s:%d:if\n", zconf_curname(), zconf_lineno()); 355 printd(DEBUG_PARSE, "%s:%d:menu\n", zconf_curname(), zconf_lineno()); [all …]
|
A D | zconf.tab.c_shipped | 95 #define DEBUG_PARSE 0x0002 1714 printd(DEBUG_PARSE, "%s:%d:type(%u)\n", 1724 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno()); 1734 printd(DEBUG_PARSE, "%s:%d:default(%u)\n", 1744 printd(DEBUG_PARSE, "%s:%d:select\n", zconf_curname(), zconf_lineno()); 1752 printd(DEBUG_PARSE, "%s:%d:range\n", zconf_curname(), zconf_lineno()); 1819 printd(DEBUG_PARSE, "%s:%d:type(%u)\n", 1840 printd(DEBUG_PARSE, "%s:%d:default\n", 1850 printd(DEBUG_PARSE, "%s:%d:if\n", zconf_curname(), zconf_lineno()); 1879 printd(DEBUG_PARSE, "%s:%d:menu\n", zconf_curname(), zconf_lineno()); [all …]
|
Completed in 8 milliseconds