Home
last modified time | relevance | path

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

/netbsd/usr.bin/make/
H A Dlst.h111 void Lst_DoneCall(List *, LstFreeProc);
H A Dmain.c1192 Lst_DoneCall(&sysMkFiles, free); in ReadBuiltinRules()
1570 Lst_DoneCall(&opts.variables, free); in main_CleanUp()
1571 Lst_DoneCall(&opts.makefiles, free); in main_CleanUp()
1572 Lst_DoneCall(&opts.create, free); in main_CleanUp()
H A Dlst.c72 Lst_DoneCall(List *list, LstFreeProc freeProc) in Lst_DoneCall() function
H A Dtarg.c138 Lst_DoneCall(&allNodes, GNode_Free); in Targ_End()
H A Dsuff.c2111 Lst_DoneCall(&sufflist, SuffFree); in Suff_End()
2112 Lst_DoneCall(&suffClean, SuffFree); in Suff_End()
H A Darch.c1077 Lst_DoneCall(&archives, ArchFree); in Arch_End()
H A Dmeta.c1591 Lst_DoneCall(&missingFiles, free); in meta_oodate()
H A Dparse.c3063 Lst_DoneCall(&targCmds, free); in Parse_End()