Searched refs:ENDFOR (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.h53 ENDFOR = 270, enumerator in enum:yytokentype
144 #define ENDFOR 270 macro
H A Dphp_lexer.l96 "endfor" return ENDFOR;
H A Dphp_parser.y95 %token IF DO WHILE ENDWHILE FOR ENDFOR FOREACH ENDFOREACH
273 | ':' top_statement_list ENDFOR ';' { $$ = $2; }
H A Dphp_parser.c88 ENDFOR = 270, enumerator in enum:yytokentype
179 #define ENDFOR 270 macro
765 "ENDFOR", "FOREACH", "ENDFOREACH", "DECLARE", "ENDDECLARE", "AS",
H A Dphp_lexer.c1057 return ENDFOR;

Completed in 120 milliseconds