Searched refs:zconf_endtoken (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.y | 27 static bool zconf_endtoken(const 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)) { 543 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken() function
|
A D | zconf.tab.c_shipped | 102 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken); 1843 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_CHOICE, T_ENDCHOICE)) { 1904 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_IF, T_ENDIF)) { 1937 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_MENU, T_ENDMENU)) { 2380 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken)
|
Completed in 4 milliseconds