Home
last modified time | relevance | path

Searched refs:ohash_qlookup (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dcompat_ohash.h70 unsigned int ohash_qlookup(struct ohash *, const char *);
H A Dchars.c447 slot = ohash_qlookup(&mchars, lines[i].roffcode); in mchars_alloc()
H A Dmandocdb.c1010 slot = ohash_qlookup(&mlinks, mlink->file); in mlink_add()
1094 ohash_qlookup(&mlinks, buf))) in mlinks_undupe()
1158 slot = ohash_qlookup(&names, mlink->name); in mlink_check()
1210 ohash_qlookup(&mlinks, meta->sodest)); in mpages_merge()
1214 ohash_qlookup(&mlinks, cp)); in mpages_merge()
2188 if (ohash_find(&mlinks, ohash_qlookup(&mlinks, in dbprune()
H A Dtag.c193 return ohash_find(&tag_data, ohash_qlookup(&tag_data, tag)) != NULL; in tag_exists()
H A Dcompat_ohash.c317 ohash_qlookup(struct ohash *h, const char *s) in ohash_qlookup() function
H A Ddba.c347 slot = ohash_qlookup(macro, value); in get_macro_entry()
H A Dhtml.c413 slot = ohash_qlookup(&id_unique, buf); in html_make_id()
H A Droff.c656 slot = ohash_qlookup(htab, req->name); in roffhash_alloc()
687 req = ohash_find(htab, ohash_qlookup(htab, name)); in roffhash_find()