Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dcompat_ohash.h63 void *ohash_next(struct ohash *, unsigned int *);
H A Dmansearch.c169 rp = ohash_next(htab, &slot)) { in mansearch()
347 res = ohash_next(h1, &slot1)) { in manmerge_and()
361 res = ohash_next(h2, &slot2)) in manmerge_and()
375 res = ohash_next(hand, &slot1)) { in manmerge_and()
H A Dmandoc_xr.c47 xr = ohash_next(xr_hash, &slot)) in mandoc_xr_clear()
H A Dcompat_ohash.c175 return ohash_next(h, pos); in ohash_first()
179 ohash_next(struct ohash *h, unsigned int *pos) in ohash_next() function
H A Ddba.c92 entry = ohash_next(macro, &slot)) { in dba_free()
452 entry = ohash_next(macro, &slot)) { in dba_macro_write()
H A Dtag.c75 entry = ohash_next(&tag_data, &slot); in tag_free()
H A Dmandocdb.c2109 key = ohash_next(&names, &slot)) in dbadd()
2112 key = ohash_next(&strings, &slot)) in dbadd()
2158 key = ohash_next(&names, &slot)) { in dbadd()
2164 key = ohash_next(&strings, &slot)) { in dbadd()
H A Dhtml.c175 entry = ohash_next(&id_unique, &slot); in html_reset_internal()
H A Droff.c671 req = ohash_next(htab, &slot)) in roffhash_free()