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

/netbsd-current/usr.bin/m4/lib/
H A Dohash_enum.c23 ohash_first(struct ohash *h, unsigned int *pos) function
H A Dohash.h62 void *ohash_first(struct ohash *, unsigned int *);
/netbsd-current/external/bsd/mdocml/dist/
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.c168 for (rp = ohash_first(htab, &slot); rp != NULL;
343 for (res = ohash_first(h1, &slot1); res != NULL;
357 for (res = ohash_first(h2, &slot2); res != NULL;
371 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.c233 entry = ohash_first(&tag_data, &slot);
H A Dcompat_ohash.c180 ohash_first(struct ohash *h, unsigned int *pos) function
H A Dmandocdb.c2046 for (key = ohash_first(&names, &slot); NULL != key;
2049 for (key = ohash_first(&strings, &slot); NULL != key;
2095 for (key = ohash_first(&names, &slot); NULL != key;
2101 for (key = ohash_first(&strings, &slot); NULL != key;
H A Dhtml.c160 cp = ohash_first(&id_unique, &slot);
H A Droff.c663 for (req = ohash_first(htab, &slot); req != NULL;
/netbsd-current/usr.bin/m4/
H A Dlook.c222 for (n = ohash_first(&macros, &i); n != NULL;
260 for (p = ohash_first(&macros, &i); p != NULL;
311 for (n = ohash_first(&macros, &i); n != NULL;

Completed in 108 milliseconds