Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_lex.h131 #define tBIT_NOT 34 macro
H A Ddb_lex.c376 return (tBIT_NOT); in db_lex()
H A Ddb_expr.c133 if (t == tBIT_NOT) { in db_unary()