Home
last modified time | relevance | path

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

/scripts/kconfig/
Dparser.y26 static bool zconf_endtoken(const char *tokenname,
255 if (zconf_endtoken($1, "choice")) {
324 if (zconf_endtoken($1, "if")) {
352 if (zconf_endtoken($1, "menu")) {
523 static bool zconf_endtoken(const char *tokenname, in zconf_endtoken() function