Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c127 while ((c = token(0)) == LOGAND || c == LOGOR) { in andor()
792 { "||", LOGOR, false },
987 ret = c == LOGOR ? TO_NONNULL : TO_NONOP; in dbtestp_isa()
Dlex.c981 (c == '|') ? LOGOR : in yylex()
Dsh.h1549 #define LOGOR 258 /* || */ macro