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

/freebsd-11.0-release/contrib/bmake/lst.lib/
H A DlstDestroy.c57 * Lst_Destroy --
71 Lst_Destroy(Lst list, FreeProc *freeProc) function
/freebsd-11.0-release/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.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);
721 Lst_Destroy(gn->commands, NULL);
722 Lst_Destroy(gn->children, NULL);
939 Lst_Destroy(target->children, NULL);
1091 Lst_Destroy(s->searchPath, Dir_Destroy);
1101 Lst_Destroy(inIncludes, Dir_Destroy);
1102 Lst_Destroy(inLib
[all...]
H A Dparse.c1424 Lst_Destroy(emptyPath, Dir_Destroy);
1485 Lst_Destroy(curTargs, NULL);
1676 Lst_Destroy(paths, NULL);
1711 Lst_Destroy(sources, NULL);
1740 Lst_Destroy(curTargs, NULL);
2934 Lst_Destroy(targets, ParseHasCommands);
3161 Lst_Destroy(targets, NULL);
3218 Lst_Destroy(targCmds, (FreeProc *)free);
3220 Lst_Destroy(targets, NULL);
3221 Lst_Destroy(defIncPat
[all...]
H A Darch.c477 Lst_Destroy(members, NULL);
1366 Lst_Destroy(archives, ArchFree);
H A Dmain.c1423 Lst_Destroy(targs, NULL);
1424 Lst_Destroy(variables, NULL);
1425 Lst_Destroy(makefiles, NULL);
1426 Lst_Destroy(create, (FreeProc *)free);
H A Ddir.c453 Lst_Destroy(dirSearchPath, NULL);
455 Lst_Destroy(openDirectories, NULL);
894 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.c821 Lst_Destroy(metaBailiwick, NULL);
823 Lst_Destroy(metaIgnorePaths, NULL);
1482 Lst_Destroy(missingFiles, (FreeProc *)free);
H A Djob.c1953 Lst_Destroy(lst, NULL);

Completed in 140 milliseconds