Searched refs:WHILE (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_parser.h50 WHILE = 267, enumerator in enum:yytokentype
141 #define WHILE 267 macro
H A Dphp_lexer.l91 "while" return WHILE;
H A Dphp_parser.y95 %token IF DO WHILE ENDWHILE FOR ENDFOR FOREACH ENDFOREACH
164 | WHILE '(' expr ')' while_statement { $$ = make_while_loop_syn_node($3, $5, 1); }
165 | DO statement WHILE '(' expr ')' ';' { $$ = make_while_loop_syn_node($5, $2, 0); }
H A Dphp_parser.c85 WHILE = 267, enumerator in enum:yytokentype
176 #define WHILE 267 macro
764 "VARIABLE", "T_ECHO", "EXIT", "IF", "DO", "WHILE", "ENDWHILE", "FOR",
H A Dphp_lexer.c1037 return WHILE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2_yacc.tab.h44 #define WHILE 289 macro
H A Dinit2.c135 { "while", WHILE },
H A Dsoapcpp2_yacc.y156 %token <sym> DO IF STATIC WHILE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2_yacc.tab.h44 #define WHILE 289 macro
H A Dinit2.c135 { "while", WHILE },
H A Dsoapcpp2_yacc.y156 %token <sym> DO IF STATIC WHILE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/src/
H A Dinit2.c135 { "while", WHILE },
H A Dsoapcpp2_yacc.y156 %token <sym> DO IF STATIC WHILE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/src/
H A Dinit2.c135 { "while", WHILE },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dmodula.exp52 in word set WHILE
H A Dc-parse.exp129 {"while", WHILE, NORID},
H A Dgpc.exp136 {"While", WHILE, PASCAL_ISO},
H A Dobjc.exp133 {"while", WHILE, NORID},
H A Dtest-4.exp100 {"while", WHILE, NORID},
H A Dcplusplus.exp233 {"while", WHILE, NORID,},
H A Dchill.exp388 {"while", WHILE, NORID, RESERVED},
414 {"WHILE", WHILE, NORID, RESERVED},
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dslogn.S359 |--WHILE THE CONVERSION IS GOING ON, WE GET F AND ADDRESS OF 1/F
375 fmovemx %fp2-%fp2/%fp3,-(%sp) | ...SAVE FP2 WHILE FP0 IS NOT READY
382 fmulx LOGOF2,%fp1 | ...GET K*LOG2 WHILE FP0 IS NOT READY
H A Dssin.S238 |--WHILE A1 AND A2 ARE IN DOUBLE-EXTENDED FORMAT.
241 |---HIDE THE NEXT TWO WHILE WAITING FOR FP0
247 |--HIDE THE NEXT TWO WHILE WAITING FOR FP1
293 |--WHILE B2 AND B3 ARE IN DOUBLE-EXTENDED FORMAT, B1 IS -1/2
297 |---HIDE THE NEXT TWO WHILE WAITING FOR FP0
303 |--HIDE THE NEXT TWO WHILE WAITING FOR FP1
310 |--HIDE THE NEXT TWO WHILE WAITING FOR THE XU
315 |--HIDE THE NEXT TWO WHILE WAITING FOR THE XU
H A Dsatan.S291 |--WHILE THE DIVISION IS TAKING ITS TIME, WE FETCH ATAN(|F|)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dmsh.c364 #define WHILE 268 macro
608 { "while", WHILE },
1667 } /* WHILE */
1702 } /* WHILE */
1842 case WHILE:
1846 t->type = c == WHILE ? TWHILE : TUNTIL;

Completed in 133 milliseconds

12