Searched refs:tGREATER (Results 1 – 3 of 3) sorted by relevance
287 while (t == tLOG_EQ || t == tLOG_NOT_EQ || t == tGREATER || in db_logical_relation_expr()292 t == tGREATER ? ">" : t == tGREATER_EQ ? ">=" : in db_logical_relation_expr()304 case tGREATER: in db_logical_relation_expr()
125 #define tGREATER 26 macro
370 return (tGREATER); in db_lex()