Symbol: Lst_Append
usr.bin/make/arch.c
313
Lst_Append(gns, gn);
usr.bin/make/arch.c
337
Lst_Append(gns, gn);
usr.bin/make/arch.c
347
Lst_Append(gns, gn);
usr.bin/make/arch.c
517
Lst_Append(&archives, ar);
usr.bin/make/compat.c
286
Lst_Append(&endNode->commands, cmdStart);
usr.bin/make/dir.c
1484
Lst_Append(&path->dirs, CachedDir_Ref(dir));
usr.bin/make/dir.c
1530
Lst_Append(&path->dirs, CachedDir_Ref(dir));
usr.bin/make/dir.c
1549
Lst_Append(&path->dirs, CachedDir_Ref(dir));
usr.bin/make/dir.c
1620
Lst_Append(&dst->dirs, CachedDir_Ref(dir));
usr.bin/make/dir.c
383
Lst_Append(&odirs->list, cdir);
usr.bin/make/dir.c
685
Lst_Append(expansions, fullName);
usr.bin/make/dir.c
806
Lst_Append(expansions, file);
usr.bin/make/job.c
1174
Lst_Append(&Targ_GetEndNode()->commands, expanded_cmd);
usr.bin/make/lst.c
229
Lst_Append(dst, ln->datum);
usr.bin/make/lst.h
134
void Lst_Append(List *, void *);
usr.bin/make/lst.h
154
Lst_Append(list, datum);
usr.bin/make/main.c
504
Lst_Append(&opts.variables, bmake_strdup(argvalue));
usr.bin/make/main.c
532
Lst_Append(&opts.makefiles, bmake_strdup(argvalue));
usr.bin/make/main.c
669
Lst_Append(&opts.create, bmake_strdup(argv[1]));
usr.bin/make/main.c
793
Lst_Append(lp, p);
usr.bin/make/make.c
1313
Lst_Append(&waitNode->children, gn);
usr.bin/make/make.c
1314
Lst_Append(&gn->parents, waitNode);
usr.bin/make/make.c
1343
Lst_Append(&pgn->children, cgn);
usr.bin/make/make.c
1344
Lst_Append(&cgn->parents, pgn);
usr.bin/make/make.c
1353
Lst_Append(&examine, pgn);
usr.bin/make/make.c
1376
Lst_Append(&examine, cgn);
usr.bin/make/make.c
458
Lst_Append(&pgn->children, gn);
usr.bin/make/make.c
459
Lst_Append(&gn->parents, pgn);
usr.bin/make/make.c
937
Lst_Append(&toBeMade, gn);
usr.bin/make/make.c
975
Lst_Append(&toBeMade, cn);
usr.bin/make/meta.c
982
Lst_Append(list, bmake_strdup(str));
usr.bin/make/parse.c
1018
Lst_Append(targets, gn);
usr.bin/make/parse.c
1031
Lst_Append(targets, gn);
usr.bin/make/parse.c
1067
Lst_Append(*inout_paths, path);
usr.bin/make/parse.c
1119
Lst_Append(targets, gn);
usr.bin/make/parse.c
1992
Lst_Append(&gn->commands, cmd);
usr.bin/make/parse.c
2699
Lst_Append(&targCmds, cmd);
usr.bin/make/parse.c
2992
Lst_Append(mainList, mainNode);
usr.bin/make/parse.c
686
Lst_Append(&pgn->children, cgn);
usr.bin/make/parse.c
694
Lst_Append(&cgn->parents, pgn);
usr.bin/make/parse.c
761
Lst_Append(&gn->cohorts, cohort);
usr.bin/make/parse.c
842
Lst_Append(&opts.create, bmake_strdup(src));
usr.bin/make/parse.c
863
Lst_Append(&order_pred->order_succ, gn);
usr.bin/make/parse.c
864
Lst_Append(&gn->order_pred, order_pred);
usr.bin/make/parse.c
994
Lst_Append(*inout_paths, &dirSearchPath);
usr.bin/make/parse.c
999
Lst_Append(*inout_paths, sysIncPath);
usr.bin/make/suff.c
1196
Lst_Append(&targ->childrenList, ret);
usr.bin/make/suff.c
1229
Lst_Append(&gn->parents, pgn);
usr.bin/make/suff.c
1269
Lst_Append(members, gn);
usr.bin/make/suff.c
1305
Lst_Append(members, gn);
usr.bin/make/suff.c
1370
Lst_Append(&gn->parents, pgn);
usr.bin/make/suff.c
1457
Lst_Append(&tgn->children, sgn);
usr.bin/make/suff.c
1458
Lst_Append(&sgn->parents, tgn);
usr.bin/make/suff.c
1491
Lst_Append(&sgn->implicitParents, tgn);
usr.bin/make/suff.c
1570
Lst_Append(&gn->children, mem);
usr.bin/make/suff.c
1571
Lst_Append(&mem->parents, gn);
usr.bin/make/suff.c
1671
Lst_Append(targets, targ);
usr.bin/make/suff.c
1703
Lst_Append(targets, targ);
usr.bin/make/suff.c
424
Lst_Append(list, Suffix_Ref(suff));
usr.bin/make/suff.c
580
Lst_Append(&transforms, gn);
usr.bin/make/suff.c
814
Lst_Append(&sufflist, suff);
usr.bin/make/suff.c
929
Lst_Append(&cs->list, cand);
usr.bin/make/suff.c
937
Lst_Append(&cs->list, cand);
usr.bin/make/suff.c
989
Lst_Append(list, cand);
usr.bin/make/suff.c
992
Lst_Append(&targ->childrenList, cand);
usr.bin/make/targ.c
213
Lst_Append(&allNodes, gn);
usr.bin/make/targ.c
296
Lst_Append(&allTargets, gn);
usr.bin/make/targ.c
332
Lst_Append(gns, gn);
usr.bin/make/var.c
2866
Lst_Append(&args.patterns, pattern);