Symbol: Lst_Done
usr.bin/make/arch.c
339
Lst_Done(&members);
usr.bin/make/arch.c
960
Lst_Done(&archives);
usr.bin/make/dir.c
1590
Lst_Done(&path->dirs);
usr.bin/make/dir.c
366
Lst_Done(&odirs->list);
usr.bin/make/lst.h
102
void Lst_Done(List *);
usr.bin/make/main.c
1295
Lst_Done(&makefiles);
usr.bin/make/main.c
918
Lst_Done(&targets); /* Don't free the targets themselves. */
usr.bin/make/make.c
1300
Lst_Done(&examine);
usr.bin/make/make.c
1380
Lst_Done(&examine);
usr.bin/make/meta.c
802
Lst_Done(&metaBailiwick);
usr.bin/make/meta.c
804
Lst_Done(&metaIgnorePaths);
usr.bin/make/parse.c
1591
Lst_Done(&sources);
usr.bin/make/parse.c
322
Lst_Done(list);
usr.bin/make/suff.c
1060
Lst_Done(&src->childrenList);
usr.bin/make/suff.c
1233
Lst_Done(&expansions);
usr.bin/make/suff.c
1374
Lst_Done(&members);
usr.bin/make/suff.c
2053
Lst_Done(&sufflist);
usr.bin/make/suff.c
2056
Lst_Done(&suffClean);
usr.bin/make/suff.c
2059
Lst_Done(&transforms);
usr.bin/make/suff.c
384
Lst_Done(&suff->children);
usr.bin/make/suff.c
385
Lst_Done(&suff->parents);
usr.bin/make/suff.c
589
Lst_Done(&gn->commands);
usr.bin/make/suff.c
591
Lst_Done(&gn->children);
usr.bin/make/suff.c
769
Lst_Done(&target->children);
usr.bin/make/suff.c
922
Lst_Done(&cs->list);
usr.bin/make/targ.c
140
Lst_Done(&allTargets);
usr.bin/make/targ.c
144
Lst_Done(&allNodes);
usr.bin/make/targ.c
235
Lst_Done(&gn->implicitParents);
usr.bin/make/targ.c
236
Lst_Done(&gn->parents);
usr.bin/make/targ.c
237
Lst_Done(&gn->children);
usr.bin/make/targ.c
238
Lst_Done(&gn->order_pred);
usr.bin/make/targ.c
239
Lst_Done(&gn->order_succ);
usr.bin/make/targ.c
240
Lst_Done(&gn->cohorts);
usr.bin/make/targ.c
248
Lst_Done(&gn->commands);
usr.bin/make/var.c
2873
Lst_Done(&args.patterns);