Searched refs:Lst_DoneCall (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/contrib/bmake/ |
| HD | lst.h | 116 void Lst_DoneCall(List *, LstFreeProc);
|
| HD | lst.c | 72 Lst_DoneCall(List *list, LstFreeProc freeProc) in Lst_DoneCall() function
|
| HD | main.c | 1226 Lst_DoneCall(&sysMkFiles, free); in ReadBuiltinRules() 1601 Lst_DoneCall(&opts.variables, free); in main_CleanUp() 1602 Lst_DoneCall(&opts.makefiles, free); in main_CleanUp() 1603 Lst_DoneCall(&opts.create, free); in main_CleanUp()
|
| HD | targ.c | 138 Lst_DoneCall(&allNodes, GNode_Free); in Targ_End()
|
| HD | suff.c | 2113 Lst_DoneCall(&sufflist, SuffFree); in Suff_End() 2114 Lst_DoneCall(&suffClean, SuffFree); in Suff_End()
|
| HD | arch.c | 1126 Lst_DoneCall(&archives, ArchFree); in Arch_End()
|
| HD | meta.c | 1622 Lst_DoneCall(&missingFiles, free); in meta_oodate()
|
| HD | parse.c | 2930 Lst_DoneCall(&targCmds, free); in Parse_End()
|