ohash_find
void *ohash_find(struct ohash *, unsigned int);
p = ohash_find(¯os, ohash_qlookup(¯os, name));
n = ohash_find(¯os, i);
return ohash_find(¯os, ohash_qlookup(¯os, name));
p = ohash_find(¯os, ohash_qlookupi(¯os, name, (const char **)&tp));
ar = ohash_find(&archives, slot);
he = ohash_find(&ar->members, ohash_qlookupi(&ar->members,
he = ohash_find(&ar->members,
n = ohash_find(&mtimes, slot);
return ohash_find(&mtimes, ohash_qlookupi(&mtimes, file, &efile));
n = ohash_find(h, slot);
return ohash_find(h, ohash_lookup_interval(h, file, efile, hv));
p = ohash_find(&knownDirectories, slot);
entry = ohash_find(&mtimes, slot);
if (!ohash_find(&targets, slot))
gn2 = ohash_find(t, slot);
suff = ohash_find(&suffixes, slot);
return ohash_find(&suffixes, slot);
return ohash_find(&transforms, slot);
r = ohash_find(&transforms, slot);
target = ohash_find(&suffixes, slot);
src = ohash_find(&suffixes, slot);
suff = ohash_find(&suffixes, slot);
s = ohash_find(&suffixes, slot);
gn = ohash_find(&targets, slot);
assert(ohash_find(&targets, slot) == NULL);
e = ohash_find(equiv, slot);
v = ohash_find(&global_variables, slot);
v = ohash_find(&global_variables, slot);
assert(ohash_find(&mchars, slot) == NULL);
ln = ohash_find(&mchars, ohash_qlookupi(&mchars, p, &end));
ln = ohash_find(&mchars, ohash_qlookupi(&mchars, p, &end));
if ((entry = ohash_find(macro, slot)) == NULL) {
if ((entry = ohash_find(&id_unique, slot)) == NULL) {
if ((oxr = ohash_find(xr_hash, slot)) == NULL) {
if (NULL == ohash_find(&mlinks,
str = ohash_find(&names, slot);
mlink_dest = ohash_find(&mlinks,
mlink_dest = ohash_find(&mlinks,
s = ohash_find(htab, slot);
if (ohash_find(&mlinks, ohash_qlookup(&mlinks,
assert(NULL == ohash_find(&mlinks, slot));
mpage = ohash_find(&mpages, slot);
if ((rp = ohash_find(htab, slot)) != NULL) {
if (ohash_find(h2, ohash_lookup_memory(h2,
if (ohash_find(htab, slot2) == NULL)
req = ohash_find(htab, ohash_qlookupi(htab, name, &end));
req = ohash_find(htab, ohash_qlookup(htab, name));
entry = ohash_find(&tag_data, slot);
return ohash_find(&tag_data, ohash_qlookup(&tag_data, tag)) != NULL;
e = ohash_find(&myh, slot);
e = ohash_find(&myh, slot);
e = ohash_find(&myh, slot);
n = ohash_find(h, i);