Searched refs:Lst_Destroy (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/make/lst.lib/
H A DlstDestroy.c57 * Lst_Destroy --
71 Lst_Destroy(Lst list, FreeProc *freeProc) function
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dtarg.c190 Lst_Destroy(allTargets, NULL);
192 Lst_Destroy(allGNs, TargFreeGN);
301 Lst_Destroy(gn->iParents, NULL);
302 Lst_Destroy(gn->cohorts, NULL);
303 Lst_Destroy(gn->parents, NULL);
304 Lst_Destroy(gn->children, NULL);
305 Lst_Destroy(gn->order_succ, NULL);
306 Lst_Destroy(gn->order_pred, NULL);
308 Lst_Destroy(gn->commands, NULL);
H A Dlst.h109 void Lst_Destroy(Lst, FreeProc *);
H A Dparse.c1371 Lst_Destroy(emptyPath, Dir_Destroy);
1426 Lst_Destroy(curTargs, NULL);
1607 Lst_Destroy(paths, NULL);
1642 Lst_Destroy(sources, NULL);
1671 Lst_Destroy(curTargs, NULL);
2714 Lst_Destroy(targets, ParseHasCommands);
2930 Lst_Destroy(targets, NULL);
2987 Lst_Destroy(targCmds, (FreeProc *)free);
2989 Lst_Destroy(targets, NULL);
2990 Lst_Destroy(defIncPat
[all...]
H A Dsuff.c443 Lst_Destroy(s->ref, NULL);
444 Lst_Destroy(s->children, NULL);
445 Lst_Destroy(s->parents, NULL);
446 Lst_Destroy(s->searchPath, Dir_Destroy);
708 Lst_Destroy(gn->commands, NULL);
709 Lst_Destroy(gn->children, NULL);
926 Lst_Destroy(target->children, NULL);
1078 Lst_Destroy(s->searchPath, Dir_Destroy);
1088 Lst_Destroy(inIncludes, Dir_Destroy);
1089 Lst_Destroy(inLib
[all...]
H A Darch.c428 Lst_Destroy(members, NULL);
1320 Lst_Destroy(archives, ArchFree);
H A Dmain.c1268 Lst_Destroy(targs, NULL);
1269 Lst_Destroy(variables, NULL);
1270 Lst_Destroy(makefiles, NULL);
1271 Lst_Destroy(create, (FreeProc *)free);
H A Ddir.c376 Lst_Destroy(dirSearchPath, NULL);
378 Lst_Destroy(openDirectories, NULL);
817 Lst_Destroy(path, NULL);
H A Dmake.c466 Lst_Destroy(cmds, NULL);
1367 Lst_Destroy(examine, NULL);
1478 Lst_Destroy(examine, NULL);
H A Dmeta.c1273 Lst_Destroy(missingFiles, (FreeProc *)free);
H A Djob.c1919 Lst_Destroy(lst, NULL);

Completed in 217 milliseconds