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,
252 if (zconf_endtoken($1, "choice")) {
326 if (zconf_endtoken($1, "if")) {
351 if (zconf_endtoken($1, "menu")) {
526 static bool zconf_endtoken(const char *tokenname, in zconf_endtoken() function