Symbol: ohash_next
lib/libutil/ohash.c
172
return ohash_next(h, pos);
lib/libutil/ohash.h
65
void *ohash_next(struct ohash *, unsigned int *);
usr.bin/m4/look.c
219
n = ohash_next(&macros, &i))
usr.bin/m4/look.c
257
p = ohash_next(&macros, &i))
usr.bin/make/dir.c
388
entry = ohash_next(&p->files, &search)) {
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
601
gn = ohash_next(&targets, &i)) {
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/suff.c
335
s = ohash_next(&suffixes, &i))
usr.bin/make/suff.c
585
gn = ohash_next(&transforms, &i)) {
usr.bin/make/suff.c
615
s = ohash_next(&suffixes, &i)) {
usr.bin/make/targequiv.c
123
for (gn = ohash_first(t, &i); gn != NULL; gn = ohash_next(t, &i))
usr.bin/make/targequiv.c
128
e = ohash_next(&equiv, &i)) {
usr.bin/make/var.c
1448
v = ohash_next(&global_variables, &i)) {
usr.bin/make/var.c
668
e = ohash_next(&global_variables, &i)) {
usr.bin/mandoc/dba.c
445
entry = ohash_next(macro, &slot)) {
usr.bin/mandoc/dba.c
84
entry = ohash_next(macro, &slot)) {
usr.bin/mandoc/html.c
176
entry = ohash_next(&id_unique, &slot);
usr.bin/mandoc/mandoc_xr.c
45
xr = ohash_next(xr_hash, &slot))
usr.bin/mandoc/mandocdb.c
2085
key = ohash_next(&names, &slot))
usr.bin/mandoc/mandocdb.c
2088
key = ohash_next(&strings, &slot))
usr.bin/mandoc/mandocdb.c
2134
key = ohash_next(&names, &slot)) {
usr.bin/mandoc/mandocdb.c
2140
key = ohash_next(&strings, &slot)) {
usr.bin/mandoc/mansearch.c
166
rp = ohash_next(htab, &slot)) {
usr.bin/mandoc/mansearch.c
344
res = ohash_next(h1, &slot1)) {
usr.bin/mandoc/mansearch.c
358
res = ohash_next(h2, &slot2))
usr.bin/mandoc/mansearch.c
372
res = ohash_next(hand, &slot1)) {
usr.bin/mandoc/roff.c
663
req = ohash_next(htab, &slot))
usr.bin/mandoc/tag.c
76
entry = ohash_next(&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
488
n = ohash_next(hash, &i)) {
usr.bin/tsort/tsort.c
513
n = ohash_next(hash, &i))
usr.bin/tsort/tsort.c
543
for (n = ohash_first(hash, &i); n != NULL; n = ohash_next(hash, &i)) {