Home
last modified time | relevance | path

Searched refs:Lst_Done (Results 1 – 11 of 11) sorted by relevance

/dports/devel/bmake/bmake/
H A Dtarg.c142 Lst_Done(&allTargets); in Targ_End()
234 Lst_Done(&gn->implicitParents); in GNode_Free()
235 Lst_Done(&gn->parents); in GNode_Free()
236 Lst_Done(&gn->children); in GNode_Free()
237 Lst_Done(&gn->order_pred); in GNode_Free()
238 Lst_Done(&gn->order_succ); in GNode_Free()
239 Lst_Done(&gn->cohorts); in GNode_Free()
261 Lst_Done(&gn->commands); in GNode_Free()
H A Dsuff.c399 Lst_Done(&suff->ref); in Suffix_Free()
400 Lst_Done(&suff->children); in Suffix_Free()
401 Lst_Done(&suff->parents); in Suffix_Free()
610 Lst_Done(&gn->commands); in Suff_AddTransform()
612 Lst_Done(&gn->children); in Suff_AddTransform()
788 Lst_Done(&target->children); in UpdateTarget()
957 Lst_Done(&cs->list); in CandidateSearcher_Done()
1096 Lst_Done(&src->childrenList); in RemoveCandidate()
1268 Lst_Done(&expansions); in ExpandWildcards()
1419 Lst_Done(&members); in ExpandChildren()
[all …]
H A Dlst.c61 Lst_Done(List *list) in Lst_Done() function
88 Lst_Done(list); in Lst_Free()
H A Dlst.h114 void Lst_Done(List *);
H A Dmain.c962 Lst_Done(&targs); /* Don't free the targets themselves. */ in runTargets()
1257 Lst_Done(&sysMkFiles); in ReadBuiltinRules()
1656 Lst_Done(&opts.makefiles); in main_CleanUp()
H A Dmake.c1268 Lst_Done(&examine); in Make_ExpandUse()
1352 Lst_Done(&examine); in Make_ProcessWait()
H A Ddir.c383 Lst_Done(&odirs->list); in OpenDirs_Done()
1661 Lst_Done(&path->dirs); in SearchPath_Free()
H A Dparse.c1576 Lst_Done(&sources); in ParseDependencySourcesMundane()
1655 Lst_Done(&curTargs); in ParseDependency()
1736 Lst_Done(&curTargs); in ParseDependency()
H A Dmeta.c899 Lst_Done(&metaBailiwick); in meta_finish()
901 Lst_Done(&metaIgnorePaths); in meta_finish()
H A Darch.c404 Lst_Done(&members); in Arch_ParseArchive()
H A Djob.c1960 Lst_Done(&lst); in JobRun()