Home
last modified time | relevance | path

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

/scripts/kconfig/
Dparser.y19 #define DEBUG_PARSE 0x0002 macro
145 printd(DEBUG_PARSE, "%s:%d:config %s\n", zconf_curname(), zconf_lineno(), $2->name);
150 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno());
157 printd(DEBUG_PARSE, "%s:%d:menuconfig %s\n", zconf_curname(), zconf_lineno(), $2->name);
166 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno());
179 printd(DEBUG_PARSE, "%s:%d:type(%u)\n",
187 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
195 printd(DEBUG_PARSE, "%s:%d:default(%u)\n",
203 printd(DEBUG_PARSE, "%s:%d:select\n", zconf_curname(), zconf_lineno());
209 printd(DEBUG_PARSE, "%s:%d:imply\n", zconf_curname(), zconf_lineno());
[all …]