Home
last modified time | relevance | path

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

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