Searched refs:ohash_next (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/usr.bin/m4/lib/
H A Dohash_enum.c26 return ohash_next(h, pos);
30 ohash_next(struct ohash *h, unsigned int *pos) function
H A Dohash.h63 void *ohash_next(struct ohash *, unsigned int *);
/netbsd-current/external/bsd/mdocml/dist/
H A Dcompat_ohash.h63 void *ohash_next(struct ohash *, unsigned int *);
H A Dmandoc_xr.c45 xr = ohash_next(xr_hash, &slot))
H A Dmansearch.c169 rp = ohash_next(htab, &slot)) {
344 res = ohash_next(h1, &slot1)) {
358 res = ohash_next(h2, &slot2))
372 res = ohash_next(hand, &slot1)) {
H A Dcompat_ohash.c183 return ohash_next(h, pos);
187 ohash_next(struct ohash *h, unsigned int *pos) function
H A Ddba.c92 entry = ohash_next(macro, &slot)) {
452 entry = ohash_next(macro, &slot)) {
H A Dtag.c241 entry = ohash_next(&tag_data, &slot);
H A Dmandocdb.c2047 key = ohash_next(&names, &slot))
2050 key = ohash_next(&strings, &slot))
2096 key = ohash_next(&names, &slot)) {
2102 key = ohash_next(&strings, &slot)) {
H A Dhtml.c163 cp = ohash_next(&id_unique, &slot);
H A Droff.c664 req = ohash_next(htab, &slot))
/netbsd-current/usr.bin/m4/
H A Dlook.c223 n = ohash_next(&macros, &i))
261 p = ohash_next(&macros, &i))
312 n = ohash_next(&macros, &i))

Completed in 129 milliseconds