Home
last modified time | relevance | path

Searched refs:LOGOR (Results 1 – 4 of 4) sorted by relevance

/third_party/mksh/
Dsyn.c130 while ((c = token(0)) == LOGAND || c == LOGOR) { in andor()
813 { "||", LOGOR, false },
988 ret = c == LOGOR ? TO_NONNULL : TO_NONOP; in dbtestp_isa()
Dlex.c974 ((unsigned int)c == ORD('|')) ? LOGOR : in yylex()
Dsh.h2245 #define LOGOR 258 /* || */ macro
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp352 COND, LOGOR, LOGAND, OR, XOR, AND, EQUAL, RELATION, SHIFT, ADD, MUL, UNARY, enumerator
386 { PpAtomOr, LOGOR, op_logor },