Searched refs:DEBUG_PARSE (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
D | zconf.y | 19 #define DEBUG_PARSE 0x0002 macro 152 printd(DEBUG_PARSE, "%s:%d:config %s\n", zconf_curname(), zconf_lineno(), $2); 158 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno()); 166 printd(DEBUG_PARSE, "%s:%d:menuconfig %s\n", zconf_curname(), zconf_lineno(), $2); 176 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno()); 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()); [all …]
|
D | zconf.tab.c | 94 #define DEBUG_PARSE 0x0002 macro 1720 …printd(DEBUG_PARSE, "%s:%d:config %s\n", zconf_curname(), zconf_lineno(), (yyvsp[(2) - (3)].string… 1728 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno()); 1738 …printd(DEBUG_PARSE, "%s:%d:menuconfig %s\n", zconf_curname(), zconf_lineno(), (yyvsp[(2) - (3)].st… 1750 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno()); 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()); [all …]
|
D | zconf.tab.c_shipped | 94 #define DEBUG_PARSE 0x0002 1720 …printd(DEBUG_PARSE, "%s:%d:config %s\n", zconf_curname(), zconf_lineno(), (yyvsp[(2) - (3)].string… 1728 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno()); 1738 …printd(DEBUG_PARSE, "%s:%d:menuconfig %s\n", zconf_curname(), zconf_lineno(), (yyvsp[(2) - (3)].st… 1750 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno()); 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()); [all …]
|