Home
last modified time | relevance | path

Searched refs:Hash_ForEach (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/bmake/
Dhash.h148 void Hash_ForEach(Hash_Table *, void (*)(void *, void *), void *);
Dhash.c468 void Hash_ForEach(Hash_Table *t, void (*action)(void *, void *), void *data) in Hash_ForEach() function
Dvar.c664 Hash_ForEach(&VAR_GLOBAL->context, Var_ExportVars_callback, NULL); in Var_ExportVars()
4129 Hash_ForEach(&ctxt->context, VarPrintVar, NULL); in Var_Dump()