Searched refs:DEBUG_PARSE (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/scripts/kconfig/ |
D | zconf.y | 19 #define DEBUG_PARSE 0x0002 macro 165 printd(DEBUG_PARSE, "%s:%d:config %s\n", zconf_curname(), zconf_lineno(), $2->name); 170 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno()); 177 printd(DEBUG_PARSE, "%s:%d:menuconfig %s\n", zconf_curname(), zconf_lineno(), $2->name); 186 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno()); 202 printd(DEBUG_PARSE, "%s:%d:type(%u)\n", 210 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno()); 218 printd(DEBUG_PARSE, "%s:%d:default(%u)\n", 226 printd(DEBUG_PARSE, "%s:%d:select\n", zconf_curname(), zconf_lineno()); 232 printd(DEBUG_PARSE, "%s:%d:imply\n", zconf_curname(), zconf_lineno()); [all …]
|