Searched refs:zconf_endtoken (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/scripts/kconfig/ |
H A D | zconf.y | 27 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken); 290 if (zconf_endtoken($1, T_CHOICE, T_ENDCHOICE)) { 358 if (zconf_endtoken($1, T_IF, T_ENDIF)) { 390 if (zconf_endtoken($1, T_MENU, T_ENDMENU)) { 578 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken() function
|
/openbmc/linux/scripts/kconfig/ |
H A D | parser.y | 27 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
|