Home
last modified time | relevance | path

Searched refs:ohash_find (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dchars.c448 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 Dcompat_ohash.h59 void *ohash_find(struct ohash *, unsigned int);
H A Dtag.c134 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 Dmandoc_xr.c93 if ((oxr = ohash_find(xr_hash, slot)) == NULL) { in mandoc_xr_add()
H A Dmandocdb.c1011 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 Dmansearch.c298 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 Dcompat_ohash.c139 ohash_find(struct ohash *h, unsigned int i) in ohash_find() function
H A Ddba.c348 if ((entry = ohash_find(macro, slot)) == NULL) { in get_macro_entry()
H A Dhtml.c414 if ((entry = ohash_find(&id_unique, slot)) == NULL) { in html_make_id()
H A Droff.c685 req = ohash_find(htab, ohash_qlookupi(htab, name, &end)); in roffhash_find()
687 req = ohash_find(htab, ohash_qlookup(htab, name)); in roffhash_find()