Searched refs:ohash_find (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/usr.bin/m4/lib/
H A Dohash.h59 void *ohash_find(struct ohash *, unsigned int);
H A Dohash_do.c87 ohash_find(struct ohash *h, unsigned int i) function
/netbsd-current/external/bsd/mdocml/dist/
H A Dcompat_ohash.h59 void *ohash_find(struct ohash *, unsigned int);
H A Dchars.c447 assert(ohash_find(&mchars, slot) == NULL);
459 ln = ohash_find(&mchars, ohash_qlookupi(&mchars, p, &end));
489 ln = ohash_find(&mchars, ohash_qlookupi(&mchars, p, &end));
H A Dmandoc_xr.c91 if ((oxr = ohash_find(xr_hash, slot)) == NULL) {
H A Dtag.c163 entry = ohash_find(&tag_data, slot);
227 if (tag_files.tagname != NULL && ohash_find(&tag_data,
H A Dmansearch.c297 if ((rp = ohash_find(htab, slot)) != NULL)
345 if (ohash_find(h2, ohash_lookup_memory(h2,
375 if (ohash_find(htab, slot2) == NULL)
H A Dmandocdb.c954 assert(NULL == ohash_find(&mlinks, slot));
962 mpage = ohash_find(&mpages, slot);
1036 if (NULL == ohash_find(&mlinks,
1102 str = ohash_find(&names, slot);
1152 mlink_dest = ohash_find(&mlinks,
1156 mlink_dest = ohash_find(&mlinks,
1824 s = ohash_find(htab, slot);
2126 if (ohash_find(&mlinks, ohash_qlookup(&mlinks,
H A Dcompat_ohash.c147 ohash_find(struct ohash *h, unsigned int i) function
H A Ddba.c348 if ((entry = ohash_find(macro, slot)) == NULL) {
H A Dhtml.c373 cp = ohash_find(&id_unique, slot);
383 cp = ohash_find(&id_unique, slot);
H A Droff.c678 req = ohash_find(htab, ohash_qlookupi(htab, name, &end));
680 req = ohash_find(htab, ohash_qlookup(htab, name));
/netbsd-current/usr.bin/m4/
H A Dlook.c102 return ohash_find(&macros, ohash_qlookup(&macros, name));
110 p = ohash_find(&macros, ohash_qlookup(&macros, name));
145 n = ohash_find(&macros, i);
H A Dmain.c714 p = ohash_find(&macros, ohash_qlookupi(&macros, name, (void *)&tp));

Completed in 196 milliseconds