Home
last modified time | relevance | path

Searched refs:HashIter_Init (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/bmake/
H A Dhash.h123 HashIter_Init(HashIter *hi, HashTable *t) in HashIter_Init() function
174 HashIter_Init(hi, &set->tbl); in HashIter_InitSet()
H A Darch.c206 HashIter_Init(&hi, &a->members); in ArchFree()
H A Ddir.c509 HashIter_Init(&hi, tbl); in FreeCachedTable()
H A Dvar.c640 HashIter_Init(&hi, &scope->vars); in Var_DeleteAll()
833 HashIter_Init(&hi, &SCOPE_GLOBAL->vars); in Var_ReexportVars()
4878 HashIter_Init(&hi, &scope->vars); in Var_Dump()
H A Dmain.c2012 HashIter_Init(&hi, &cached_realpaths); in purge_relative_cached_realpaths()
H A Dparse.c3020 HashIter_Init(&hi, &guards); in Parse_End()
H A DChangeLog1197 o remove redundant declaration of HashIter_Init
1364 o inline HashIter_Init