Searched refs:zconf_endtoken (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dzconf.y28 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken);
261 if (zconf_endtoken($1, T_CHOICE, T_ENDCHOICE)) {
329 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
361 if (zconf_endtoken($1, T_MENU, T_ENDMENU)) {
521 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken)
H A Dzconf.tab.c105 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken);
1780 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_CHOICE, T_ENDCHOICE)) {
1841 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_IF, T_ENDIF)) {
1867 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_MENU, T_ENDMENU)) {
2268 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken)
2266 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.y30 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken);
236 if (zconf_endtoken($1, T_CHOICE, T_ENDCHOICE)) {
304 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
336 if (zconf_endtoken($1, T_MENU, T_ENDMENU)) {
493 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken)
H A Dzconf.tab.c165 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken);
1476 if (zconf_endtoken((yyvsp[0].id), T_CHOICE, T_ENDCHOICE)) {
1537 if (zconf_endtoken((yyvsp[0].id), T_IF, T_ENDIF)) {
1563 if (zconf_endtoken((yyvsp[0].id), T_MENU, T_ENDMENU)) {
1987 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken)
1983 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dzconf.y24 static bool zconf_endtoken(int token, int starttoken, int endtoken);
196 if (zconf_endtoken($1, T_CHOICE, T_ENDCHOICE)) {
256 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
294 if (zconf_endtoken($1, T_MENU, T_ENDMENU)) {
453 static bool zconf_endtoken(int token, int starttoken, int endtoken)

Completed in 94 milliseconds