mandoc_ohash_init
mandoc_ohash_init(&mchars, 9, offsetof(struct ln, roffcode));
mandoc_ohash_init(macro, 4,
mandoc_ohash_init(&id_unique, 4, offsetof(struct id_entry, id));
mandoc_ohash_init(&id_unique, 4, offsetof(struct id_entry, id));
void mandoc_ohash_init(struct ohash *, unsigned int, ptrdiff_t);
mandoc_ohash_init(xr_hash, 5,
mandoc_ohash_init(&names, 4, offsetof(struct str, key));
mandoc_ohash_init(&strings, 6, offsetof(struct str, key));
mandoc_ohash_init(&mpages, 6, offsetof(struct mpage, inodev));
mandoc_ohash_init(&mlinks, 6, offsetof(struct mlink, file));
mandoc_ohash_init(&mpages, 6,
mandoc_ohash_init(&mlinks, 6,
mandoc_ohash_init(htab, 4, offsetof(struct dbm_res, page));
mandoc_ohash_init(hand, 4, offsetof(struct dbm_res, page));
mandoc_ohash_init(htab, 8, offsetof(struct roffreq, name));
mandoc_ohash_init(&tag_data, 4, offsetof(struct tag_entry, s));