Searched refs:ohash_find (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | chars.c | 448 assert(ohash_find(&mchars, slot) == NULL); in mchars_alloc() 460 ln = ohash_find(&mchars, ohash_qlookupi(&mchars, p, &end)); in mchars_spec2cp() 490 ln = ohash_find(&mchars, ohash_qlookupi(&mchars, p, &end)); in mchars_spec2str()
|
H A D | compat_ohash.h | 59 void *ohash_find(struct ohash *, unsigned int);
|
H A D | tag.c | 134 entry = ohash_find(&tag_data, slot); in tag_put() 193 return ohash_find(&tag_data, ohash_qlookup(&tag_data, tag)) != NULL; in tag_exists()
|
H A D | mandoc_xr.c | 93 if ((oxr = ohash_find(xr_hash, slot)) == NULL) { in mandoc_xr_add()
|
H A D | mandocdb.c | 1011 assert(NULL == ohash_find(&mlinks, slot)); in mlink_add() 1019 mpage = ohash_find(&mpages, slot); in mlink_add() 1093 if (NULL == ohash_find(&mlinks, in mlinks_undupe() 1159 str = ohash_find(&names, slot); in mlink_check() 1209 mlink_dest = ohash_find(&mlinks, in mpages_merge() 1213 mlink_dest = ohash_find(&mlinks, in mpages_merge() 1886 s = ohash_find(htab, slot); in putkeys() 2188 if (ohash_find(&mlinks, ohash_qlookup(&mlinks, in dbprune()
|
H A D | mansearch.c | 298 if ((rp = ohash_find(htab, slot)) != NULL) { in manmerge_term() 348 if (ohash_find(h2, ohash_lookup_memory(h2, in manmerge_and() 378 if (ohash_find(htab, slot2) == NULL) in manmerge_and()
|
H A D | compat_ohash.c | 139 ohash_find(struct ohash *h, unsigned int i) in ohash_find() function
|
H A D | dba.c | 348 if ((entry = ohash_find(macro, slot)) == NULL) { in get_macro_entry()
|
H A D | html.c | 414 if ((entry = ohash_find(&id_unique, slot)) == NULL) { in html_make_id()
|
H A D | roff.c | 685 req = ohash_find(htab, ohash_qlookupi(htab, name, &end)); in roffhash_find() 687 req = ohash_find(htab, ohash_qlookup(htab, name)); in roffhash_find()
|