Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/ddb/
HDdb_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()
HDdb_lex.h72 #define tLOG_EQ 22 macro
HDdb_lex.c279 return (tLOG_EQ); in db_lex()