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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dzconf.y63 %token <id>T_ENDIF
329 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
440 | T_ENDIF T_EOL { $$ = $1; }
515 case T_ENDIF: return "endif";
H A Dzconf.tab.c155 T_ENDIF = 270, enumerator in enum:yytokentype
556 "T_MENUCONFIG", "T_HELP", "T_HELPTEXT", "T_IF", "T_ENDIF", "T_DEPENDS",
1841 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_IF, T_ENDIF)) {
2262 case T_ENDIF: return "endif";
/netgear-R7000-V1.0.7.12_1.2.5/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
446 "T_MENUCONFIG", "T_HELP", "T_HELPTEXT", "T_IF", "T_ENDIF", "T_DEPENDS",
1537 if (zconf_endtoken((yyvsp[0].id), T_IF, T_ENDIF)) {
1981 case T_ENDIF: return "endif";
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y216 %token T_IF T_ELSE T_ELSE_IF T_ENDIF

Completed in 184 milliseconds