Searched refs:tLOG_EQ (Results 1 – 3 of 3) sorted by relevance
284 while (t == tLOG_EQ || t == tLOG_NOT_EQ || t == tGREATER || in db_logical_relation_expr()288 t == tLOG_EQ ? "==" : t == tLOG_NOT_EQ ? "!=" : in db_logical_relation_expr()295 case tLOG_EQ: in db_logical_relation_expr()
119 #define tLOG_EQ 22 macro
313 return (tLOG_EQ); in db_lex()