Searched refs:Lst_DoneCall (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/bmake/
H A Dlst.h116 void Lst_DoneCall(List *, LstFreeProc);
H A Dlst.c72 Lst_DoneCall(List *list, LstFreeProc freeProc) function
H A Dtarg.c144 Lst_DoneCall(&allNodes, GNode_Free);
H A Darch.c1118 Lst_DoneCall(&archives, ArchFree);
H A Dmain.c1652 Lst_DoneCall(&opts.variables, free);
1658 Lst_DoneCall(&opts.create, free);
H A Dsuff.c2109 Lst_DoneCall(&sufflist, SuffFree);
2110 Lst_DoneCall(&suffClean, SuffFree);
H A Dmeta.c1609 Lst_DoneCall(&missingFiles, free);
H A Dparse.c3274 Lst_DoneCall(&targCmds, free);

Completed in 84 milliseconds