Home
last modified time | relevance | path

Searched refs:mandoc_ohash_init (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/mandoc/
H A Dmandoc_ohash.h23 void mandoc_ohash_init(struct ohash *, unsigned int, ptrdiff_t);
H A Dmandoc_ohash.c33 mandoc_ohash_init(struct ohash *h, unsigned int sz, ptrdiff_t ko) in mandoc_ohash_init() function
H A Dchars.c444 mandoc_ohash_init(&mchars, 9, offsetof(struct ln, roffcode)); in mchars_alloc()
H A Dmandoc_xr.c59 mandoc_ohash_init(xr_hash, 5, in mandoc_xr_reset()
H A Dmandocdb.c433 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 Dtag.c63 mandoc_ohash_init(&tag_data, 4, offsetof(struct tag_entry, s)); in tag_alloc()
H A Dmansearch.c261 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 Dhtml.c159 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 Ddba.c75 mandoc_ohash_init(macro, 4, in dba_new()
H A Droff.c646 mandoc_ohash_init(htab, 8, offsetof(struct roffreq, name)); in roffhash_alloc()