Searched refs:zconf_endtoken (Results 1 – 2 of 2) sorted by relevance
| /buildroot/support/kconfig/ |
| A D | zconf.y | 27 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken); 290 if (zconf_endtoken($1, T_CHOICE, T_ENDCHOICE)) { 358 if (zconf_endtoken($1, T_IF, T_ENDIF)) { 390 if (zconf_endtoken($1, T_MENU, T_ENDMENU)) { 578 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken() function
|
| A D | zconf.tab.c_shipped | 92 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken); 1712 if (zconf_endtoken((yyvsp[0].id), T_CHOICE, T_ENDCHOICE)) { 1779 if (zconf_endtoken((yyvsp[0].id), T_IF, T_ENDIF)) { 1808 if (zconf_endtoken((yyvsp[0].id), T_MENU, T_ENDMENU)) { 2284 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken)
|
Completed in 7 milliseconds