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

/freebsd-12-stable/contrib/mandoc/
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 Dcompat_ohash.c182 return ohash_next(h, pos);
186 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 Dmansearch.c169 rp = ohash_next(htab, &slot)) {
347 res = ohash_next(h1, &slot1)) {
361 res = ohash_next(h2, &slot2))
375 res = ohash_next(hand, &slot1)) {
H A Dtag.c251 entry = ohash_next(&tag_data, &slot);
H A Dmandocdb.c2051 key = ohash_next(&names, &slot))
2054 key = ohash_next(&strings, &slot))
2100 key = ohash_next(&names, &slot)) {
2106 key = ohash_next(&strings, &slot)) {
H A Dhtml.c164 cp = ohash_next(&id_unique, &slot);
H A Droff.c668 req = ohash_next(htab, &slot))
/freebsd-12-stable/lib/libopenbsd/
H A Dohash.h68 void *ohash_next(struct ohash *, unsigned int *);
H A Dohash.c175 return ohash_next(h, pos);
179 ohash_next(struct ohash *h, unsigned int *pos) function
/freebsd-12-stable/usr.bin/m4/
H A Dlook.c224 n = ohash_next(&macros, &i))
262 p = ohash_next(&macros, &i))

Completed in 85 milliseconds