Home
last modified time | relevance | path

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

/system/core/sh/
Darith.h5 #define ARITH_AND 262 macro
Darith.y64 %left ARITH_AND
84 | expr ARITH_AND expr { $$ = $1 ? ( $3 ? $3 : 0 ) : 0; }
Darith_lex.l76 "&&" { return(ARITH_AND); }
Dinit.c41 #undef ARITH_AND
42 #define ARITH_AND 262 macro
333 #undef ARITH_AND
334 #define ARITH_AND 262 macro
625 #undef ARITH_AND
626 #define ARITH_AND 262 macro
Darith.c60 ARITH_AND = 262, enumerator
87 #define ARITH_AND 262 macro
Darith_lex.c812 { return(ARITH_AND); }