Searched refs:LOG_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.h93 LOG_OR = 310, enumerator in enum:yytokentype
184 #define LOG_OR 310 macro
H A Dphp_lexer.l123 "or" return LOG_OR;
H A Dphp_parser.y113 %left LOG_OR
394 | expr LOG_OR expr { $$ = make_exp_2(PHP_OP_LOG_OR, $1, $3); }
H A Dphp_parser.c128 LOG_OR = 310, enumerator in enum:yytokentype
219 #define LOG_OR 310 macro
771 "MINUS_EQ", "PLUS_EQ", "'?'", "':'", "LOG_OR", "LOG_XOR", "LOG_AND",
H A Dphp_lexer.c1152 return LOG_OR;

Completed in 120 milliseconds