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

/freebsd-13-stable/contrib/mandoc/
H A Dhtml.c111 static struct ohash id_unique; variable in typeref:struct:ohash
145 mandoc_ohash_init(&id_unique, 4, 0);
161 cp = ohash_first(&id_unique, &slot);
164 cp = ohash_next(&id_unique, &slot);
166 ohash_delete(&id_unique);
173 mandoc_ohash_init(&id_unique, 4, 0);
367 slot = ohash_qlookup(&id_unique, buf);
368 cp = ohash_find(&id_unique, slot);
377 slot = ohash_qlookup(&id_unique, bufs);
378 cp = ohash_find(&id_unique, slo
[all...]

Completed in 54 milliseconds