Symbol: ohash_find
lib/libutil/ohash.h
61
void *ohash_find(struct ohash *, unsigned int);
usr.bin/m4/look.c
106
p = ohash_find(&macros, ohash_qlookup(&macros, name));
usr.bin/m4/look.c
141
n = ohash_find(&macros, i);
usr.bin/m4/look.c
98
return ohash_find(&macros, ohash_qlookup(&macros, name));
usr.bin/m4/main.c
578
p = ohash_find(&macros, ohash_qlookupi(&macros, name, (const char **)&tp));
usr.bin/make/arch.c
540
ar = ohash_find(&archives, slot);
usr.bin/make/arch.c
570
he = ohash_find(&ar->members, ohash_qlookupi(&ar->members,
usr.bin/make/arch.c
578
he = ohash_find(&ar->members,
usr.bin/make/dir.c
250
n = ohash_find(&mtimes, slot);
usr.bin/make/dir.c
263
return ohash_find(&mtimes, ohash_qlookupi(&mtimes, file, &efile));
usr.bin/make/dir.c
279
n = ohash_find(h, slot);
usr.bin/make/dir.c
292
return ohash_find(h, ohash_lookup_interval(h, file, efile, hv));
usr.bin/make/dir.c
332
p = ohash_find(&knownDirectories, slot);
usr.bin/make/dir.c
721
entry = ohash_find(&mtimes, slot);
usr.bin/make/make.c
473
if (!ohash_find(&targets, slot))
usr.bin/make/parse.c
1424
gn2 = ohash_find(t, slot);
usr.bin/make/suff.c
1123
suff = ohash_find(&suffixes, slot);
usr.bin/make/suff.c
252
return ohash_find(&suffixes, slot);
usr.bin/make/suff.c
265
return ohash_find(&transforms, slot);
usr.bin/make/suff.c
279
r = ohash_find(&transforms, slot);
usr.bin/make/suff.c
376
target = ohash_find(&suffixes, slot);
usr.bin/make/suff.c
404
src = ohash_find(&suffixes, slot);
usr.bin/make/suff.c
441
suff = ohash_find(&suffixes, slot);
usr.bin/make/suff.c
559
s = ohash_find(&suffixes, slot);
usr.bin/make/targ.c
200
gn = ohash_find(&targets, slot);
usr.bin/make/targ.c
220
assert(ohash_find(&targets, slot) == NULL);
usr.bin/make/targequiv.c
100
e = ohash_find(equiv, slot);
usr.bin/make/var.c
452
v = ohash_find(&global_variables, slot);
usr.bin/make/var.c
570
v = ohash_find(&global_variables, slot);
usr.bin/mandoc/chars.c
445
assert(ohash_find(&mchars, slot) == NULL);
usr.bin/mandoc/chars.c
457
ln = ohash_find(&mchars, ohash_qlookupi(&mchars, p, &end));
usr.bin/mandoc/chars.c
487
ln = ohash_find(&mchars, ohash_qlookupi(&mchars, p, &end));
usr.bin/mandoc/dba.c
341
if ((entry = ohash_find(macro, slot)) == NULL) {
usr.bin/mandoc/html.c
418
if ((entry = ohash_find(&id_unique, slot)) == NULL) {
usr.bin/mandoc/mandoc_xr.c
91
if ((oxr = ohash_find(xr_hash, slot)) == NULL) {
usr.bin/mandoc/mandocdb.c
1054
if (NULL == ohash_find(&mlinks,
usr.bin/mandoc/mandocdb.c
1120
str = ohash_find(&names, slot);
usr.bin/mandoc/mandocdb.c
1170
mlink_dest = ohash_find(&mlinks,
usr.bin/mandoc/mandocdb.c
1174
mlink_dest = ohash_find(&mlinks,
usr.bin/mandoc/mandocdb.c
1866
s = ohash_find(htab, slot);
usr.bin/mandoc/mandocdb.c
2164
if (ohash_find(&mlinks, ohash_qlookup(&mlinks,
usr.bin/mandoc/mandocdb.c
972
assert(NULL == ohash_find(&mlinks, slot));
usr.bin/mandoc/mandocdb.c
980
mpage = ohash_find(&mpages, slot);
usr.bin/mandoc/mansearch.c
295
if ((rp = ohash_find(htab, slot)) != NULL) {
usr.bin/mandoc/mansearch.c
345
if (ohash_find(h2, ohash_lookup_memory(h2,
usr.bin/mandoc/mansearch.c
375
if (ohash_find(htab, slot2) == NULL)
usr.bin/mandoc/roff.c
677
req = ohash_find(htab, ohash_qlookupi(htab, name, &end));
usr.bin/mandoc/roff.c
679
req = ohash_find(htab, ohash_qlookup(htab, name));
usr.bin/mandoc/tag.c
176
entry = ohash_find(&tag_data, slot);
usr.bin/mandoc/tag.c
237
return ohash_find(&tag_data, ohash_qlookup(&tag_data, tag)) != NULL;
usr.bin/signify/signify.c
668
e = ohash_find(&myh, slot);
usr.bin/signify/signify.c
688
e = ohash_find(&myh, slot);
usr.bin/signify/signify.c
696
e = ohash_find(&myh, slot);
usr.bin/tsort/tsort.c
239
n = ohash_find(h, i);