Searched refs:IS_SMALLER_OR_EQ (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.h103 IS_SMALLER_OR_EQ = 320, enumerator in enum:yytokentype
194 #define IS_SMALLER_OR_EQ 320 macro
H A Dphp_lexer.l145 "<=" return IS_SMALLER_OR_EQ;
H A Dphp_parser.y122 %nonassoc '<' IS_SMALLER_OR_EQ '>' IS_GREATER_OR_EQ
417 | expr IS_SMALLER_OR_EQ expr { $$ = make_exp_2(PHP_OP_LWR_EQ, $1, $3); }
H A Dphp_parser.c138 IS_SMALLER_OR_EQ = 320, enumerator in enum:yytokentype
229 #define IS_SMALLER_OR_EQ 320 macro
774 "IS_SMALLER_OR_EQ", "SR", "SL", "'+'", "'-'", "'.'", "'*'", "'/'", "'%'",
H A Dphp_lexer.c1252 return IS_SMALLER_OR_EQ;

Completed in 122 milliseconds