Home
last modified time | relevance | path

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

/linux-6.6.21/scripts/kconfig/
Dparser.y27 static bool zconf_endtoken(const char *tokenname,
246 if (zconf_endtoken($1, "choice")) {
315 if (zconf_endtoken($1, "if")) {
343 if (zconf_endtoken($1, "menu")) {
514 static bool zconf_endtoken(const char *tokenname, in zconf_endtoken() function