Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.y27 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken);
270 if (zconf_endtoken($1, T_CHOICE, T_ENDCHOICE)) {
338 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
377 if (zconf_endtoken($1, T_MENU, T_ENDMENU)) {
550 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken() function
H A Dzconf.tab.c
H A Dzconf.tab.c_shipped100 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken);
1693 if (zconf_endtoken((yyvsp[0].id), T_CHOICE, T_ENDCHOICE)) {
1760 if (zconf_endtoken((yyvsp[0].id), T_IF, T_ENDIF)) {
1797 if (zconf_endtoken((yyvsp[0].id), T_MENU, T_ENDMENU)) {
2267 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken)
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dparser.y26 static bool zconf_endtoken(const char *tokenname,
255 if (zconf_endtoken($1, "choice")) {
324 if (zconf_endtoken($1, "if")) {
352 if (zconf_endtoken($1, "menu")) {
523 static bool zconf_endtoken(const char *tokenname, in zconf_endtoken() function
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.y27 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
H A Dzconf.tab.c_shipped92 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)