Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_expr.c284 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()
H A Ddb_lex.h119 #define tLOG_EQ 22 macro
H A Ddb_lex.c313 return (tLOG_EQ); in db_lex()