Searched refs:zconf_endtoken (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | zconf.y | 28 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 D | zconf.tab.c | 105 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 D | zconf.tab.c_shipped | 105 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)
|