Searched refs:zconf_endtoken (Results 1 – 1 of 1) sorted by relevance
/u-boot/scripts/kconfig/ |
A D | zconf.y | 27 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken); 282 if (zconf_endtoken($1, T_CHOICE, T_ENDCHOICE)) { 350 if (zconf_endtoken($1, T_IF, T_ENDIF)) { 382 if (zconf_endtoken($1, T_MENU, T_ENDMENU)) { 581 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken() function
|
Completed in 3 milliseconds