Searched refs:T_ENDIF (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dzconf.y52 %token T_ENDIF
97 | T_ENDIF { zconfprint("unexpected 'endif' statement"); }
256 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
396 | T_ENDIF { $$ = T_ENDIF; }
448 case T_ENDIF: return "endif";
H A Dzconf.l101 "endif" BEGIN(PARAM); return T_ENDIF;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.y65 %token <id>T_ENDIF
304 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
425 | T_ENDIF T_EOL { $$ = $1; }
487 case T_ENDIF: return "endif";
H A Dzconf.tab.c76 T_ENDIF = 270, enumerator in enum:yytokentype
110 #define T_ENDIF 270 macro
445 "T_MENUCONFIG", "T_HELP", "T_HELPTEXT", "T_IF", "T_ENDIF", "T_DEPENDS",
1536 if (zconf_endtoken((yyvsp[0].id), T_IF, T_ENDIF)) {
1980 case T_ENDIF: return "endif";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dzconf.y65 %token <id>T_ENDIF
327 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
448 | T_ENDIF T_EOL { $$ = $1; }
520 case T_ENDIF: return "endif";
H A Dzconf.tab.c79 T_ENDIF = 270, enumerator in enum:yytokentype
115 #define T_ENDIF 270 macro
509 "T_MENUCONFIG", "T_HELP", "T_HELPTEXT", "T_IF", "T_ENDIF", "T_DEPENDS",
1659 if (zconf_endtoken((yyvsp[0].id), T_IF, T_ENDIF)) {
2145 case T_ENDIF: return "endif";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y211 %token T_IF T_ELSE T_ELSE_IF T_ENDIF

Completed in 77 milliseconds