Searched refs:LOGAND (Results 1 – 4 of 4) sorted by relevance
/external/mksh/src/ |
D | syn.c | 130 while ((c = token(0)) == LOGAND || c == LOGOR) { in andor() 133 t = block(c == LOGAND? TAND: TOR, t, p); in andor() 821 { "&&", LOGAND, false }, 999 ret = c == LOGAND ? TO_NONNULL : TO_NONOP; in dbtestp_isa()
|
D | lex.c | 976 ((unsigned int)c == ORD('&')) ? LOGAND : in yylex()
|
D | sh.h | 2165 #define LOGAND 257 /* && */ macro
|
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/ |
D | Pp.cpp | 334 COND, LOGOR, LOGAND, OR, XOR, AND, EQUAL, RELATION, SHIFT, ADD, MUL, UNARY, enumerator 369 { PpAtomAnd, LOGAND, op_logand },
|