Home
last modified time | relevance | path

Searched refs:ohash_first (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dcompat_ohash.h62 void *ohash_first(struct ohash *, unsigned int *);
H A Dmansearch.c168 for (rp = ohash_first(htab, &slot); rp != NULL; in mansearch()
346 for (res = ohash_first(h1, &slot1); res != NULL; in manmerge_and()
360 for (res = ohash_first(h2, &slot2); res != NULL; in manmerge_and()
374 for (res = ohash_first(hand, &slot1); res != NULL; in manmerge_and()
H A Dmandoc_xr.c46 for (xr = ohash_first(xr_hash, &slot); xr != NULL; in mandoc_xr_clear()
H A Ddba.c91 for (entry = ohash_first(macro, &slot); entry != NULL; in dba_free()
451 for (entry = ohash_first(macro, &slot); entry != NULL; in dba_macro_write()
H A Dtag.c71 entry = ohash_first(&tag_data, &slot); in tag_free()
H A Dcompat_ohash.c172 ohash_first(struct ohash *h, unsigned int *pos) in ohash_first() function
H A Dmandocdb.c2108 for (key = ohash_first(&names, &slot); NULL != key; in dbadd()
2111 for (key = ohash_first(&strings, &slot); NULL != key; in dbadd()
2157 for (key = ohash_first(&names, &slot); NULL != key; in dbadd()
2163 for (key = ohash_first(&strings, &slot); NULL != key; in dbadd()
H A Dhtml.c172 entry = ohash_first(&id_unique, &slot); in html_reset_internal()
H A Droff.c670 for (req = ohash_first(htab, &slot); req != NULL; in roffhash_free()