Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.y27 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken);
270 if (zconf_endtoken($1, T_CHOICE, T_ENDCHOICE)) {
338 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
377 if (zconf_endtoken($1, T_MENU, T_ENDMENU)) {
550 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken() function
H A Dzconf.tab.c_shipped100 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken);
1693 if (zconf_endtoken((yyvsp[0].id), T_CHOICE, T_ENDCHOICE)) {
1760 if (zconf_endtoken((yyvsp[0].id), T_IF, T_ENDIF)) {
1797 if (zconf_endtoken((yyvsp[0].id), T_MENU, T_ENDMENU)) {
2267 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken)