Symbol: ohash_first
lib/libutil/ohash.h
64
void *ohash_first(struct ohash *, unsigned int *);
usr.bin/m4/look.c
218
for (n = ohash_first(&macros, &i); n != NULL;
usr.bin/m4/look.c
256
for (p = ohash_first(&macros, &i); p != NULL;
usr.bin/make/dir.c
387
for (entry = ohash_first(&p->files, &search); entry != NULL;
usr.bin/make/dump.c
73
for (i = 0, e = ohash_first(h, &j); e != NULL; e = ohash_next(h, &j))
usr.bin/make/make.c
600
for (gn = ohash_first(&targets, &i); gn != NULL;
usr.bin/make/memory.c
186
for (e = ohash_first(h, &i); e != NULL; e = ohash_next(h, &i))
usr.bin/make/parse.c
1482
for (gn = ohash_first(t, &i); gn != NULL; gn = ohash_next(t, &i)) {
usr.bin/make/parse.c
1486
gn = ohash_first(t, &i);
usr.bin/make/suff.c
334
for (s = ohash_first(&suffixes, &i); s != NULL;
usr.bin/make/suff.c
584
for (gn = ohash_first(&transforms, &i); gn != NULL;
usr.bin/make/suff.c
614
for (s = ohash_first(&suffixes, &i); s != NULL;
usr.bin/make/targequiv.c
123
for (gn = ohash_first(t, &i); gn != NULL; gn = ohash_next(t, &i))
usr.bin/make/targequiv.c
127
for (e = ohash_first(&equiv, &i); e != NULL;
usr.bin/make/var.c
1447
for (v = ohash_first(&global_variables, &i); v != NULL;
usr.bin/make/var.c
667
for (e = ohash_first(&global_variables, &i); e != NULL;
usr.bin/mandoc/dba.c
444
for (entry = ohash_first(macro, &slot); entry != NULL;
usr.bin/mandoc/dba.c
83
for (entry = ohash_first(macro, &slot); entry != NULL;
usr.bin/mandoc/html.c
173
entry = ohash_first(&id_unique, &slot);
usr.bin/mandoc/mandoc_xr.c
44
for (xr = ohash_first(xr_hash, &slot); xr != NULL;
usr.bin/mandoc/mandocdb.c
2084
for (key = ohash_first(&names, &slot); NULL != key;
usr.bin/mandoc/mandocdb.c
2087
for (key = ohash_first(&strings, &slot); NULL != key;
usr.bin/mandoc/mandocdb.c
2133
for (key = ohash_first(&names, &slot); NULL != key;
usr.bin/mandoc/mandocdb.c
2139
for (key = ohash_first(&strings, &slot); NULL != key;
usr.bin/mandoc/mansearch.c
165
for (rp = ohash_first(htab, &slot); rp != NULL;
usr.bin/mandoc/mansearch.c
343
for (res = ohash_first(h1, &slot1); res != NULL;
usr.bin/mandoc/mansearch.c
357
for (res = ohash_first(h2, &slot2); res != NULL;
usr.bin/mandoc/mansearch.c
371
for (res = ohash_first(hand, &slot1); res != NULL;
usr.bin/mandoc/roff.c
662
for (req = ohash_first(htab, &slot); req != NULL;
usr.bin/mandoc/tag.c
72
entry = ohash_first(&tag_data, &slot);
usr.bin/signify/signify.c
706
for (e = ohash_first(&myh, &slot); e != NULL; e = ohash_next(&myh, &slot)) {
usr.bin/tsort/tsort.c
275
for (n = ohash_first(h, &i); n != NULL; n = ohash_next(h, &i))
usr.bin/tsort/tsort.c
487
for (n = ohash_first(hash, &i); n != NULL;
usr.bin/tsort/tsort.c
512
for (n = ohash_first(hash, &i); n != NULL;
usr.bin/tsort/tsort.c
543
for (n = ohash_first(hash, &i); n != NULL; n = ohash_next(hash, &i)) {