Searched refs:LOGOR (Results 1 – 3 of 3) sorted by relevance
127 while ((c = token(0)) == LOGAND || c == LOGOR) { in andor()792 { "||", LOGOR, false },987 ret = c == LOGOR ? TO_NONNULL : TO_NONOP; in dbtestp_isa()
981 (c == '|') ? LOGOR : in yylex()
1549 #define LOGOR 258 /* || */ macro