Searched refs:id_unique (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | html.c | 124 static struct ohash id_unique; variable 159 mandoc_ohash_init(&id_unique, 4, offsetof(struct id_entry, id)); in html_alloc() 175 entry = ohash_first(&id_unique, &slot); in html_reset_internal() 178 entry = ohash_next(&id_unique, &slot); in html_reset_internal() 180 ohash_delete(&id_unique); in html_reset_internal() 187 mandoc_ohash_init(&id_unique, 4, offsetof(struct id_entry, id)); in html_reset() 419 slot = ohash_qlookup(&id_unique, buf); in html_make_id() 420 if ((entry = ohash_find(&id_unique, slot)) == NULL) { in html_make_id() 425 ohash_insert(&id_unique, slot, entry); in html_make_id()
|