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

/freebsd-13-stable/contrib/mandoc/
H A Dmandoc_ohash.h23 void mandoc_ohash_init(struct ohash *, unsigned int, ptrdiff_t);
H A Dmandoc_ohash.c31 mandoc_ohash_init(struct ohash *h, unsigned int sz, ptrdiff_t ko) function
H A Dmandoc_xr.c57 mandoc_ohash_init(xr_hash, 5,
H A Dchars.c444 mandoc_ohash_init(&mchars, 9, offsetof(struct ln, roffcode));
H A Dtag.c117 mandoc_ohash_init(&tag_data, 4, offsetof(struct tag_entry, s));
H A Dmandocdb.c427 mandoc_ohash_init(&mpages, 6, offsetof(struct mpage, inodev));
428 mandoc_ohash_init(&mlinks, 6, offsetof(struct mlink, file));
499 mandoc_ohash_init(&mpages, 6,
501 mandoc_ohash_init(&mlinks, 6,
1129 mandoc_ohash_init(&names, 4, offsetof(struct str, key));
1130 mandoc_ohash_init(&strings, 6, offsetof(struct str, key));
H A Dhtml.c145 mandoc_ohash_init(&id_unique, 4, 0);
173 mandoc_ohash_init(&id_unique, 4, 0);
H A Ddba.c75 mandoc_ohash_init(macro, 4,
H A Dmansearch.c261 mandoc_ohash_init(htab, 4, offsetof(struct dbm_res, page));
342 mandoc_ohash_init(hand, 4, offsetof(struct dbm_res, page));
H A Droff.c644 mandoc_ohash_init(htab, 8, offsetof(struct roffreq, name));

Completed in 222 milliseconds