Searched refs:T_IF (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dzconf.l100 "if" BEGIN(PARAM); return T_IF;
130 "if" return T_IF;
H A Dzconf.y51 %token T_IF
244 if: T_IF expr
248 //current_entry->prompt = menu_add_prop(T_IF, NULL, NULL, $2);
256 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
385 | prompt T_IF expr
403 | T_IF expr { $$ = $2; }
447 case T_IF: return "if";
619 //case T_IF:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l102 return T_IF;
H A Daicasm_gram.y211 %token T_IF T_ELSE T_ELSE_IF T_ENDIF
1064 T_IF T_CEXPR '{'
1074 | T_ELSE T_IF T_CEXPR '{'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.y64 %token <id>T_IF
294 if_entry: T_IF expr nl
304 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
434 | T_IF expr { $$ = $2; }
486 case T_IF: return "if";
H A Dzconf.tab.c75 T_IF = 269, enumerator in enum:yytokentype
109 #define T_IF 269 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)) {
1979 case T_IF: return "if";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dzconf.y64 %token <id>T_IF
317 if_entry: T_IF expr nl
327 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
457 | T_IF expr { $$ = $2; }
519 case T_IF: return "if";
H A Dzconf.tab.c78 T_IF = 269, enumerator in enum:yytokentype
114 #define T_IF 269 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)) {
2144 case T_IF: return "if";

Completed in 135 milliseconds