Searched refs:BOOLEAN_OR (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.h96 BOOLEAN_OR = 313, enumerator in enum:yytokentype
187 #define BOOLEAN_OR 313 macro
H A Dphp_lexer.l126 "||" return BOOLEAN_OR;
H A Dphp_parser.y116 %left BOOLEAN_OR
392 | expr BOOLEAN_OR expr { $$ = make_exp_2(PHP_OP_LOG_OR, $1, $3); }
H A Dphp_parser.c131 BOOLEAN_OR = 313, enumerator in enum:yytokentype
222 #define BOOLEAN_OR 313 macro
772 "BOOLEAN_OR", "BOOLEAN_AND", "'|'", "'^'", "'&'", "IS_NOIDENTICAL",
H A Dphp_lexer.c1167 return BOOLEAN_OR;

Completed in 32 milliseconds