Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_expr.c287 while (t == tLOG_EQ || t == tLOG_NOT_EQ || t == tGREATER || in db_logical_relation_expr()
291 t == tLOG_EQ ? "==" : t == tLOG_NOT_EQ ? "!=" : in db_logical_relation_expr()
301 case tLOG_NOT_EQ: in db_logical_relation_expr()
H A Ddb_lex.h122 #define tLOG_NOT_EQ 23 macro
H A Ddb_lex.c331 return (tLOG_NOT_EQ); in db_lex()