Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.y28 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken);
263 if (zconf_endtoken($1, T_CHOICE, T_ENDCHOICE)) {
331 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
370 if (zconf_endtoken($1, T_MENU, T_ENDMENU)) {
548 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken() function
H A Dzconf.tab.c105 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken);
1796 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_CHOICE, T_ENDCHOICE)) {
1857 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_IF, T_ENDIF)) {
1890 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_MENU, T_ENDMENU)) {
2303 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken() function
H A Dzconf.tab.c_shipped105 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken);
1796 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_CHOICE, T_ENDCHOICE)) {
1857 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_IF, T_ENDIF)) {
1890 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_MENU, T_ENDMENU)) {
2303 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken)