Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dparser.y28 static bool zconf_endtoken(const char *tokenname,
273 if (zconf_endtoken($1, "choice")) {
325 if (zconf_endtoken($1, "if")) {
353 if (zconf_endtoken($1, "menu")) {
573 static bool zconf_endtoken(const char *tokenname, in zconf_endtoken() function