Searched refs:DEBUG_PARSE (Results 1 – 3 of 3) sorted by relevance
/third_party/toybox/kconfig/ |
D | zconf.tab.c_shipped | 163 #define DEBUG_PARSE 0x0002 1473 printd(DEBUG_PARSE, "%s:%d:config %s\n", zconf_curname(), zconf_lineno(), (yyvsp[-1].string)); 1481 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno()); 1491 printd(DEBUG_PARSE, "%s:%d:menuconfig %s\n", zconf_curname(), zconf_lineno(), (yyvsp[-1].string)); 1503 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno()); 1511 printd(DEBUG_PARSE, "%s:%d:type(%u)\n", 1521 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno()); 1531 printd(DEBUG_PARSE, "%s:%d:default(%u)\n", 1541 printd(DEBUG_PARSE, "%s:%d:select\n", zconf_curname(), zconf_lineno()); 1549 printd(DEBUG_PARSE, "%s:%d:range\n", zconf_curname(), zconf_lineno()); [all …]
|
/third_party/boost/tools/build/src/engine/ |
D | jam.h | 514 #define DEBUG_PARSE ( globs.debug[ 11 ] ) /* debug parsing */ macro
|
D | jam.cpp | 492 if ( DEBUG_PARSE ) in main()
|