Searched refs:Lst_DoneCall (Results 1 – 8 of 8) sorted by relevance
/netbsd/usr.bin/make/ |
H A D | lst.h | 111 void Lst_DoneCall(List *, LstFreeProc);
|
H A D | main.c | 1192 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 D | lst.c | 72 Lst_DoneCall(List *list, LstFreeProc freeProc) in Lst_DoneCall() function
|
H A D | targ.c | 138 Lst_DoneCall(&allNodes, GNode_Free); in Targ_End()
|
H A D | suff.c | 2111 Lst_DoneCall(&sufflist, SuffFree); in Suff_End() 2112 Lst_DoneCall(&suffClean, SuffFree); in Suff_End()
|
H A D | arch.c | 1077 Lst_DoneCall(&archives, ArchFree); in Arch_End()
|
H A D | meta.c | 1591 Lst_DoneCall(&missingFiles, free); in meta_oodate()
|
H A D | parse.c | 3063 Lst_DoneCall(&targCmds, free); in Parse_End()
|