Searched refs:ENDWHILE (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_parser.h51 ENDWHILE = 268, enumerator in enum:yytokentype
142 #define ENDWHILE 268 macro
H A Dphp_lexer.l92 "endwhile" return ENDWHILE;
H A Dphp_parser.y95 %token IF DO WHILE ENDWHILE FOR ENDFOR FOREACH ENDFOREACH
296 | ':' top_statement_list ENDWHILE ';' { $$ = $2; }
H A Dphp_parser.c86 ENDWHILE = 268, enumerator in enum:yytokentype
177 #define ENDWHILE 268 macro
764 "VARIABLE", "T_ECHO", "EXIT", "IF", "DO", "WHILE", "ENDWHILE", "FOR",
H A Dphp_lexer.c1042 return ENDWHILE;

Completed in 171 milliseconds