Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dzconf.y27 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken);
258 if (zconf_endtoken($1, T_CHOICE, T_ENDCHOICE)) {
326 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
365 if (zconf_endtoken($1, T_MENU, T_ENDMENU)) {
534 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken() function
Dzconf.tab.c102 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken);
1821 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_CHOICE, T_ENDCHOICE)) {
1882 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_IF, T_ENDIF)) {
1915 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_MENU, T_ENDMENU)) {
2338 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken() function
Dzconf.tab.c_shipped102 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken);
1821 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_CHOICE, T_ENDCHOICE)) {
1882 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_IF, T_ENDIF)) {
1915 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_MENU, T_ENDMENU)) {
2338 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken)