Searched refs:zconf_endtoken (Results 1 – 1 of 1) 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
|