Searched refs:LOGOR (Results 1 – 4 of 4) sorted by relevance
/external/mksh/src/ |
D | syn.c | 128 while ((c = token(0)) == LOGAND || c == LOGOR) { in andor() 799 { "||", LOGOR, false }, 994 ret = c == LOGOR ? TO_NONNULL : TO_NONOP; in dbtestp_isa()
|
D | lex.c | 970 (c == '|') ? LOGOR : in yylex()
|
D | sh.h | 1548 #define LOGOR 258 /* || */ macro
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/ |
D | cpp.c | 335 COND, LOGOR, LOGAND, OR, XOR, AND, EQUAL, RELATION, SHIFT, ADD, MUL, UNARY, enumerator 365 { CPP_OR_OP, LOGOR, op_logor },
|