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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l102 return T_IF;
H A Daicasm_gram.y216 %token T_IF T_ELSE T_ELSE_IF T_ENDIF
1087 T_IF T_CEXPR '{'
1097 | T_ELSE T_IF T_CEXPR '{'
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dzconf.y62 %token <id>T_IF
319 if_entry: T_IF expr nl
329 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
449 | T_IF expr { $$ = $2; }
514 case T_IF: return "if";
H A Dzconf.tab.c154 T_IF = 269, 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)) {
2261 case T_IF: return "if";
/netgear-R7000-V1.0.7.12_1.2.5/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
446 "T_MENUCONFIG", "T_HELP", "T_HELPTEXT", "T_IF", "T_ENDIF", "T_DEPENDS",
1537 if (zconf_endtoken((yyvsp[0].id), T_IF, T_ENDIF)) {
1980 case T_IF: return "if";

Completed in 63 milliseconds