Searched refs:BOOLEAN_AND (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.h97 BOOLEAN_AND = 314, enumerator in enum:yytokentype
188 #define BOOLEAN_AND 314 macro
H A Dphp_lexer.l127 "&&" return BOOLEAN_AND;
H A Dphp_parser.y117 %left BOOLEAN_AND
393 | expr BOOLEAN_AND expr { $$ = make_exp_2(PHP_OP_LOG_AND, $1, $3); }
H A Dphp_parser.c132 BOOLEAN_AND = 314, enumerator in enum:yytokentype
223 #define BOOLEAN_AND 314 macro
772 "BOOLEAN_OR", "BOOLEAN_AND", "'|'", "'^'", "'&'", "IS_NOIDENTICAL",
H A Dphp_lexer.c1172 return BOOLEAN_AND;

Completed in 46 milliseconds