Searched refs:zconf_endtoken (Results 1 – 2 of 2) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | zconf.y | 27 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)) { 541 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken() function
|
A D | zconf.tab.c_shipped | 103 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken); 1799 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_CHOICE, T_ENDCHOICE)) { 1860 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_IF, T_ENDIF)) { 1893 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_MENU, T_ENDMENU)) { 2304 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken)
|
Completed in 5 milliseconds