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