Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c126 while ((c = token(0)) == LOGAND || c == LOGOR) { in andor()
818 { "||", LOGOR, false },
993 ret = c == LOGOR ? TO_NONNULL : TO_NONOP; in dbtestp_isa()
Dlex.c954 (c == '|') ? LOGOR : in yylex()
Dsh.h1951 #define LOGOR 258 /* || */ macro