Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_lex.h133 #define tBIT_NOT 34 macro
H A Ddb_lex.c374 return (tBIT_NOT); in db_lex()
H A Ddb_expr.c136 if (t == tBIT_NOT) { in db_unary()