Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Ddbm.c72 static struct dbm_res page_bytitle(enum iter, const struct dbm_match *);
73 static struct dbm_res page_byarch(const struct dbm_match *);
74 static struct dbm_res page_bymacro(int32_t, const struct dbm_match *);
212 struct dbm_res
215 struct dbm_res res = {-1, 0}; in dbm_page_next()
232 static struct dbm_res
238 struct dbm_res res = {-1, 0}; in page_bytitle()
312 static struct dbm_res
316 struct dbm_res res = {-1, 0}; in page_byarch()
348 static struct dbm_res
[all …]
H A Ddbm.h34 struct dbm_res { struct
63 struct dbm_res dbm_page_next(void);
H A Dmansearch.c90 struct dbm_res *rp; in mansearch()
254 struct dbm_res res, *rp; in manmerge_term()
261 mandoc_ohash_init(htab, 4, offsetof(struct dbm_res, page)); in manmerge_term()
324 struct dbm_res *res; in manmerge_and()
342 mandoc_ohash_init(hand, 4, offsetof(struct dbm_res, page)); in manmerge_and()