Searched refs:ohash_next (Results 1 – 11 of 11) sorted by relevance
| /mirbsd/src/lib/libc/ohash/ |
| D | ohash_enum.c | 26 return ohash_next(h, pos); in ohash_first() 30 ohash_next(struct ohash *h, unsigned int *pos) in ohash_next() function
|
| D | Makefile.inc | 25 ohash_init.3 ohash_next.3 \
|
| /mirbsd/src/usr.bin/m4/ |
| D | look.c | 225 n = ohash_next(¯os, &i)) in macro_for_all() 263 p = ohash_next(¯os, &i)) in mark_traced()
|
| /mirbsd/src/include/ |
| D | ohash.h | 68 void *ohash_next(struct ohash *, unsigned int *);
|
| /mirbsd/src/usr.bin/make/ |
| D | dir.c | 298 for (e = ohash_first(h, &i); e != NULL; e = ohash_next(h, &i)) in free_hash() 336 p = ohash_next(&openDirectories, &i)) in Dir_End() 403 entry = ohash_next(&p->files, &search)) { in DirMatchFilesi() 1042 p = ohash_next(&openDirectories, &i)) in Dir_PrintDirectories()
|
| D | var.c | 1116 v = ohash_next(VAR_GLOBAL, &i)) in Var_End() 1119 v = ohash_next(VAR_CMD, &i)) in Var_End() 1152 v = ohash_next(VAR_GLOBAL, &i)) in Var_Dump() 1157 for (v = ohash_first(VAR_CMD, &i); v != NULL; v = ohash_next(VAR_CMD, &i)) in Var_Dump() 1177 v = ohash_next(VAR_CMD, &i)) { in Var_AddCmdline()
|
| D | targ.c | 571 gn = ohash_next(&targets, &i)) in Targ_PrintGraph() 576 gn = ohash_next(&targets, &i)) in Targ_PrintGraph()
|
| D | arch.c | 208 mem = ohash_next(&a->members, &i)) in ArchFree() 1054 e = ohash_next(&archives, &i)) in Arch_End()
|
| /mirbsd/src/usr.bin/tsort/ |
| D | tsort.c | 276 for (n = ohash_first(h, &i); n != NULL; n = ohash_next(h, &i)) in dump_hash() 485 n = ohash_next(hash, &i)) { in make_transparent() 510 n = ohash_next(hash, &i)) in make_transparent() 538 for (n = ohash_first(hash, &i); n != NULL; n = ohash_next(hash, &i)) { in split_nodes()
|
| /mirbsd/src/distrib/lists/htman/htmi/ |
| D | mi | 4847 ./man3/ohash_next.htm
|
| /mirbsd/src/distrib/lists/base/dev/ |
| D | mi | 6635 ./usr/share/man/cat3/ohash_next.0
|