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

/illumos-gate/usr/src/cmd/mandoc/
H A Dcompat_ohash.h59 void *ohash_find(struct ohash *, unsigned int);
H A Dchars.c433 assert(ohash_find(&mchars, slot) == NULL);
445 ln = ohash_find(&mchars, ohash_qlookupi(&mchars, p, &end));
475 ln = ohash_find(&mchars, ohash_qlookupi(&mchars, p, &end));
H A Dtag.c134 entry = ohash_find(&tag_data, slot);
H A Dcompat_ohash.c146 ohash_find(struct ohash *h, unsigned int i) function

Completed in 57 milliseconds