Searched refs:ARITH_OR (Results 1 - 6 of 6) sorted by relevance

/system/core/sh/
H A Darith.h4 #define ARITH_OR 261 macro
H A Darith.y63 %left ARITH_OR
83 | expr ARITH_OR expr { $$ = $1 ? $1 : $3 ? $3 : 0; }
H A Darith_lex.l75 "||" { return(ARITH_OR); }
H A Dinit.c39 #undef ARITH_OR macro
40 #define ARITH_OR 261 macro
331 #undef ARITH_OR macro
332 #define ARITH_OR 261 macro
623 #undef ARITH_OR macro
624 #define ARITH_OR 261 macro
H A Darith.c59 ARITH_OR = 261, enumerator in enum:yytokentype
86 #define ARITH_OR 261 macro
399 "ARITH_RPAREN", "ARITH_OR", "ARITH_AND", "ARITH_BOR", "ARITH_BXOR",
H A Darith_lex.c807 { return(ARITH_OR); }

Completed in 2702 milliseconds