Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dparser.y27 static void zconf_error(const char *err, ...);
126 | stmt_list T_WORD error T_EOL { zconf_error("unknown statement \"%s\"", $2); }
127 | stmt_list error T_EOL { zconf_error("invalid statement"); }
135 | stmt_list_in_choice error T_EOL { zconf_error("invalid statement"); }
185 zconf_error("menuconfig statement without prompt");
238 zconf_error("symbol '%s' redefines option 'modules' already defined by symbol '%s'",
404 zconf_error("'%s' defined with more than one help text",
410 zconf_error("'%s' defined with blank help text",
577 zconf_error("unexpected '%s' within %s block", in zconf_endtoken()
583 zconf_error("'%s' in different file than '%s'", in zconf_endtoken()
[all …]