HomeSort by: relevance | last modified time | path
    Searched defs:db_unary (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ddb/
db_expr.c 41 static bool db_unary(db_expr_t *);
117 db_unary(db_expr_t *valuep) function in typeref:typename:bool
123 if (!db_unary(valuep)) {
132 if (!db_unary(valuep)) {
150 if (!db_unary(&lhs))
db_expr.c 41 static bool db_unary(db_expr_t *);
117 db_unary(db_expr_t *valuep) function in typeref:typename:bool
123 if (!db_unary(valuep)) {
132 if (!db_unary(valuep)) {
150 if (!db_unary(&lhs))

Completed in 20 milliseconds