Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Dhash.h125 HashIter_Init(HashIter *hi, HashTable *t) in HashIter_Init() function
176 HashIter_Init(hi, &set->tbl); in HashIter_InitSet()
H A Darch.c208 HashIter_Init(&hi, &a->members); in ArchFree()
H A Dmain.c1975 HashIter_Init(&hi, &cached_realpaths); in purge_relative_cached_realpaths()
H A Dvar.c713 HashIter_Init(&hi, &SCOPE_GLOBAL->vars); in Var_ReexportVars()
4791 HashIter_Init(&hi, &scope->vars); in Var_Dump()
H A DChangeLog24 o remove redundant declaration of HashIter_Init
191 o inline HashIter_Init