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

/freebsd-11-stable/contrib/bmake/lst.lib/
H A DlstDestroy.c57 * Lst_Destroy --
71 Lst_Destroy(Lst list, FreeProc *freeProc) function
/freebsd-11-stable/contrib/bmake/
H A Dtarg.c190 Lst_Destroy(allTargets, NULL);
192 Lst_Destroy(allGNs, TargFreeGN);
299 Lst_Destroy(gn->iParents, NULL);
300 Lst_Destroy(gn->cohorts, NULL);
301 Lst_Destroy(gn->parents, NULL);
302 Lst_Destroy(gn->children, NULL);
303 Lst_Destroy(gn->order_succ, NULL);
304 Lst_Destroy(gn->order_pred, NULL);
306 Lst_Destroy(gn->commands, NULL);
H A Dlst.h109 void Lst_Destroy(Lst, FreeProc *);
H A Dsuff.c444 Lst_Destroy(s->ref, NULL);
445 Lst_Destroy(s->children, NULL);
446 Lst_Destroy(s->parents, NULL);
447 Lst_Destroy(s->searchPath, Dir_Destroy);
722 Lst_Destroy(gn->commands, NULL);
723 Lst_Destroy(gn->children, NULL);
940 Lst_Destroy(target->children, NULL);
1092 Lst_Destroy(s->searchPath, Dir_Destroy);
1102 Lst_Destroy(inIncludes, Dir_Destroy);
1103 Lst_Destroy(inLib
[all...]
H A Dparse.c1445 Lst_Destroy(emptyPath, Dir_Destroy);
1506 Lst_Destroy(curTargs, NULL);
1698 Lst_Destroy(paths, NULL);
1735 Lst_Destroy(sources, NULL);
1765 Lst_Destroy(curTargs, NULL);
2961 Lst_Destroy(targets, ParseHasCommands);
3188 Lst_Destroy(targets, NULL);
3245 Lst_Destroy(targCmds, (FreeProc *)free);
3247 Lst_Destroy(targets, NULL);
3248 Lst_Destroy(defIncPat
[all...]
H A Darch.c477 Lst_Destroy(members, NULL);
1381 Lst_Destroy(archives, ArchFree);
H A Dmain.c965 Lst_Destroy(targs, NULL);
1504 Lst_Destroy(variables, NULL);
1505 Lst_Destroy(makefiles, NULL);
1506 Lst_Destroy(create, (FreeProc *)free);
H A Ddir.c455 Lst_Destroy(dirSearchPath, NULL);
457 Lst_Destroy(openDirectories, NULL);
896 Lst_Destroy(path, NULL);
H A Dmake.c466 Lst_Destroy(cmds, NULL);
1361 Lst_Destroy(examine, NULL);
1472 Lst_Destroy(examine, NULL);
H A Dmeta.c840 Lst_Destroy(metaBailiwick, NULL);
842 Lst_Destroy(metaIgnorePaths, NULL);
1572 Lst_Destroy(missingFiles, (FreeProc *)free);
H A Djob.c1994 Lst_Destroy(lst, NULL);

Completed in 84 milliseconds