Searched refs:mandoc_ohash_init (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | mandoc_ohash.h | 23 void mandoc_ohash_init(struct ohash *, unsigned int, ptrdiff_t);
|
H A D | mandoc_ohash.c | 33 mandoc_ohash_init(struct ohash *h, unsigned int sz, ptrdiff_t ko) in mandoc_ohash_init() function
|
H A D | chars.c | 444 mandoc_ohash_init(&mchars, 9, offsetof(struct ln, roffcode)); in mchars_alloc()
|
H A D | mandoc_xr.c | 59 mandoc_ohash_init(xr_hash, 5, in mandoc_xr_reset()
|
H A D | mandocdb.c | 433 mandoc_ohash_init(&mpages, 6, offsetof(struct mpage, inodev)); in mandocdb() 434 mandoc_ohash_init(&mlinks, 6, offsetof(struct mlink, file)); in mandocdb() 505 mandoc_ohash_init(&mpages, 6, in mandocdb() 507 mandoc_ohash_init(&mlinks, 6, in mandocdb() 1190 mandoc_ohash_init(&names, 4, offsetof(struct str, key)); in mpages_merge() 1191 mandoc_ohash_init(&strings, 6, offsetof(struct str, key)); in mpages_merge()
|
H A D | tag.c | 63 mandoc_ohash_init(&tag_data, 4, offsetof(struct tag_entry, s)); in tag_alloc()
|
H A D | mansearch.c | 261 mandoc_ohash_init(htab, 4, offsetof(struct dbm_res, page)); in manmerge_term() 342 mandoc_ohash_init(hand, 4, offsetof(struct dbm_res, page)); in manmerge_and()
|
H A D | html.c | 159 mandoc_ohash_init(&id_unique, 4, offsetof(struct id_entry, id)); in html_alloc() 187 mandoc_ohash_init(&id_unique, 4, offsetof(struct id_entry, id)); in html_reset()
|
H A D | dba.c | 75 mandoc_ohash_init(macro, 4, in dba_new()
|
H A D | roff.c | 646 mandoc_ohash_init(htab, 8, offsetof(struct roffreq, name)); in roffhash_alloc()
|