Searched refs:LOG_XOR (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.h94 LOG_XOR = 311, enumerator in enum:yytokentype
185 #define LOG_XOR 311 macro
H A Dphp_lexer.l124 "xor" return LOG_XOR;
H A Dphp_parser.y114 %left LOG_XOR
396 | expr LOG_XOR expr { $$ = make_exp_2(PHP_OP_LOG_XOR, $1, $3); }
H A Dphp_parser.c129 LOG_XOR = 311, enumerator in enum:yytokentype
220 #define LOG_XOR 311 macro
771 "MINUS_EQ", "PLUS_EQ", "'?'", "':'", "LOG_OR", "LOG_XOR", "LOG_AND",
H A Dphp_lexer.c1157 return LOG_XOR;

Completed in 106 milliseconds