Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Dhash.h144 HashEntry *HashIter_Next(HashIter *);
H A Dhash.c309 HashIter_Next(HashIter *hi) in HashIter_Next() function
H A Dmain.c1981 he = HashIter_Next(&hi); in purge_relative_cached_realpaths()
1983 nhe = HashIter_Next(&hi); in purge_relative_cached_realpaths()
H A Darch.c209 while (HashIter_Next(&hi) != NULL) in ArchFree()
H A Ddir.c669 while (HashIter_Next(&hi) != NULL) { in DirMatchFiles()
H A Dvar.c729 while (HashIter_Next(&hi) != NULL) { in Var_ReexportVars()
4845 while (HashIter_Next(&hi) != NULL) in Var_Dump()
H A Dparse.c3087 while (HashIter_Next(&hi) != NULL) { in Parse_End()