Home
last modified time | relevance | path

Searched refs:DEBUG_PARSE (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/scripts/kconfig/
Dparser.y19 #define DEBUG_PARSE 0x0002 macro
148 printd(DEBUG_PARSE, "%s:%d:config %s\n", zconf_curname(), zconf_lineno(), $2->name);
153 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno());
160 printd(DEBUG_PARSE, "%s:%d:menuconfig %s\n", zconf_curname(), zconf_lineno(), $2->name);
169 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno());
182 printd(DEBUG_PARSE, "%s:%d:type(%u)\n",
190 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
198 printd(DEBUG_PARSE, "%s:%d:default(%u)\n",
206 printd(DEBUG_PARSE, "%s:%d:select\n", zconf_curname(), zconf_lineno());
212 printd(DEBUG_PARSE, "%s:%d:imply\n", zconf_curname(), zconf_lineno());
[all …]