Searched refs:expreval (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dapropos_db.c128 static int expreval(const struct expr *, int *);
853 expreval(const struct expr *p, int *ms) function
869 ms[p->index] = expreval(p->subexpr, ms);
876 expreval(p->next->subexpr, ms);
898 r->matched = expreval(e, r->matches);

Completed in 123 milliseconds