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

/freebsd-12-stable/contrib/mandoc/
H A Dcompat_ohash.h62 void *ohash_first(struct ohash *, unsigned int *);
H A Dmandoc_xr.c44 for (xr = ohash_first(xr_hash, &slot); xr != NULL;
H A Ddba.c91 for (entry = ohash_first(macro, &slot); entry != NULL;
451 for (entry = ohash_first(macro, &slot); entry != NULL;
H A Dmansearch.c168 for (rp = ohash_first(htab, &slot); rp != NULL;
346 for (res = ohash_first(h1, &slot1); res != NULL;
360 for (res = ohash_first(h2, &slot2); res != NULL;
374 for (res = ohash_first(hand, &slot1); res != NULL;
H A Dtag.c240 entry = ohash_first(&tag_data, &slot);
H A Dcompat_ohash.c179 ohash_first(struct ohash *h, unsigned int *pos) function
H A Dmandocdb.c2050 for (key = ohash_first(&names, &slot); NULL != key;
2053 for (key = ohash_first(&strings, &slot); NULL != key;
2099 for (key = ohash_first(&names, &slot); NULL != key;
2105 for (key = ohash_first(&strings, &slot); NULL != key;
H A Dhtml.c161 cp = ohash_first(&id_unique, &slot);
H A Droff.c667 for (req = ohash_first(htab, &slot); req != NULL;
/freebsd-12-stable/lib/libopenbsd/
H A Dohash.h67 void *ohash_first(struct ohash *, unsigned int *);
H A Dohash.c172 ohash_first(struct ohash *h, unsigned int *pos) function
/freebsd-12-stable/usr.bin/m4/
H A Dlook.c223 for (n = ohash_first(&macros, &i); n != NULL;
261 for (p = ohash_first(&macros, &i); p != NULL;

Completed in 91 milliseconds