Searched refs:LOGOR (Results 1 – 4 of 4) sorted by relevance
/third_party/mksh/ |
D | syn.c | 130 while ((c = token(0)) == LOGAND || c == LOGOR) { in andor() 813 { "||", LOGOR, false }, 988 ret = c == LOGOR ? TO_NONNULL : TO_NONOP; in dbtestp_isa()
|
D | lex.c | 974 ((unsigned int)c == ORD('|')) ? LOGOR : in yylex()
|
D | sh.h | 2245 #define LOGOR 258 /* || */ macro
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
D | Pp.cpp | 352 COND, LOGOR, LOGAND, OR, XOR, AND, EQUAL, RELATION, SHIFT, ADD, MUL, UNARY, enumerator 386 { PpAtomOr, LOGOR, op_logor },
|