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

/freebsd-11-stable/contrib/mdocml/
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 Dmansearch.c169 for (rp = ohash_first(htab, &slot); rp != NULL;
337 for (res = ohash_first(h1, &slot1); res != NULL;
351 for (res = ohash_first(h2, &slot2); res != NULL;
365 for (res = ohash_first(hand, &slot1); res != NULL;
H A Ddba.c91 for (entry = ohash_first(macro, &slot); entry != NULL;
451 for (entry = ohash_first(macro, &slot); entry != NULL;
H A Dtag.c203 entry = ohash_first(&tag_data, &slot);
H A Dcompat_ohash.c179 ohash_first(struct ohash *h, unsigned int *pos) function
H A Dmandocdb.c2025 for (key = ohash_first(&names, &slot); NULL != key;
2028 for (key = ohash_first(&strings, &slot); NULL != key;
2074 for (key = ohash_first(&names, &slot); NULL != key;
2080 for (key = ohash_first(&strings, &slot); NULL != key;
H A Droff.c629 for (req = ohash_first(htab, &slot); req != NULL;
/freebsd-11-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-11-stable/usr.bin/m4/
H A Dlook.c221 for (n = ohash_first(&macros, &i); n != NULL;
259 for (p = ohash_first(&macros, &i); p != NULL;

Completed in 213 milliseconds