Searched refs:LOGAND (Results 1 – 3 of 3) sorted by relevance
61 #define LOGAND 257 /* && */ macro
100 while ((c = token(0)) == LOGAND || c == LOGOR) { in andor()103 t = block(c == LOGAND? TAND: TOR, t, p, NULL); in andor()654 { "&&", LOGAND, false },841 ret = c == LOGAND; in dbtestp_isa()
782 (c == '&') ? LOGAND : in yylex()