Searched refs:DEBUG_PARSE (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/scripts/kconfig/ |
| D | parser.y | 20 #define DEBUG_PARSE 0x0002 macro 146 printd(DEBUG_PARSE, "%s:%d:config %s\n", zconf_curname(), zconf_lineno(), $2->name); 151 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno()); 158 printd(DEBUG_PARSE, "%s:%d:menuconfig %s\n", zconf_curname(), zconf_lineno(), $2->name); 167 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno()); 180 printd(DEBUG_PARSE, "%s:%d:type(%u)\n", 188 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno()); 196 printd(DEBUG_PARSE, "%s:%d:default(%u)\n", 204 printd(DEBUG_PARSE, "%s:%d:select\n", zconf_curname(), zconf_lineno()); 210 printd(DEBUG_PARSE, "%s:%d:imply\n", zconf_curname(), zconf_lineno()); [all …]
|