Searched refs:ENDSWITCH (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.h65 ENDSWITCH = 282, enumerator in enum:yytokentype
156 #define ENDSWITCH 282 macro
H A Dphp_lexer.l102 "endswitch" return ENDSWITCH;
H A Dphp_parser.y99 %token SWITCH ENDSWITCH CASE DEFAULT BREAK CONTINUE
302 | ':' case_list ENDSWITCH ';' { $$ = $2; }
303 | ':' ';' case_list ENDSWITCH ';' { $$ = $3; }
H A Dphp_parser.c100 ENDSWITCH = 282, enumerator in enum:yytokentype
191 #define ENDSWITCH 282 macro
766 "CONST", "GLOBAL", "UNSET", "ISSET", "EMPTY", "SWITCH", "ENDSWITCH",
H A Dphp_lexer.c1082 return ENDSWITCH;

Completed in 44 milliseconds