ohash_find
assert(ohash_find(&mchars, slot) == NULL);
ln = ohash_find(&mchars, ohash_qlookupi(&mchars, p, &end));
ln = ohash_find(&mchars, ohash_qlookupi(&mchars, p, &end));
void *ohash_find(struct ohash *, unsigned int);
if ((entry = ohash_find(macro, slot)) == NULL) {
if ((entry = ohash_find(&id_unique, slot)) == NULL) {
if ((oxr = ohash_find(xr_hash, slot)) == NULL) {
assert(NULL == ohash_find(&mlinks, slot));
mpage = ohash_find(&mpages, slot);
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,
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;