Searched refs:Hash_ForEach (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/bmake/ |
| D | hash.h | 148 void Hash_ForEach(Hash_Table *, void (*)(void *, void *), void *);
|
| D | hash.c | 468 void Hash_ForEach(Hash_Table *t, void (*action)(void *, void *), void *data) in Hash_ForEach() function
|
| D | var.c | 664 Hash_ForEach(&VAR_GLOBAL->context, Var_ExportVars_callback, NULL); in Var_ExportVars() 4129 Hash_ForEach(&ctxt->context, VarPrintVar, NULL); in Var_Dump()
|