Searched refs:ohash_find (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | compat_ohash.h | 59 void *ohash_find(struct ohash *, unsigned int);
|
H A D | chars.c | 433 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 D | tag.c | 134 entry = ohash_find(&tag_data, slot);
|
H A D | compat_ohash.c | 146 ohash_find(struct ohash *h, unsigned int i) function
|
Completed in 57 milliseconds