Searched refs:Lst_Append (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/bmake/
H A Dlst.h139 void Lst_Append(List *, void *);
159 Lst_Append(list, datum);
H A Dsuff.c424 Lst_Append(list, Suffix_Ref(suff));
580 Lst_Append(&transforms, gn);
814 Lst_Append(&sufflist, suff);
929 Lst_Append(&cs->list, cand);
937 Lst_Append(&cs->list, cand);
990 Lst_Append(list, cand);
993 Lst_Append(&targ->childrenList, cand);
1197 Lst_Append(&targ->childrenList, ret);
1230 Lst_Append(&gn->parents, pgn);
1270 Lst_Append(member
[all...]
H A Dmake.c455 Lst_Append(&pgn->children, gn);
456 Lst_Append(&gn->parents, pgn);
941 Lst_Append(&toBeMade, gn);
979 Lst_Append(&toBeMade, cn);
1333 Lst_Append(&wn->children, cn);
1335 Lst_Append(&cn->parents, wn);
1364 Lst_Append(&pgn->children, cgn);
1365 Lst_Append(&cgn->parents, pgn);
1374 Lst_Append(&examine, pgn);
1397 Lst_Append(
[all...]
H A Dtarg.c212 Lst_Append(&allNodes, gn);
295 Lst_Append(&allTargets, gn);
331 Lst_Append(gns, gn);
H A Dparse.c644 Lst_Append(&pgn->children, cgn);
652 Lst_Append(&cgn->parents, pgn);
719 Lst_Append(&gn->cohorts, cohort);
800 Lst_Append(&opts.create, bmake_strdup(src));
821 Lst_Append(&order_pred->order_succ, gn);
822 Lst_Append(&gn->order_pred, order_pred);
952 Lst_Append(*inout_paths, &dirSearchPath);
957 Lst_Append(*inout_paths, sysIncPath);
976 Lst_Append(targets, gn);
989 Lst_Append(target
[all...]
H A Dlst.c113 Lst_Append(List *list, void *datum) function
229 Lst_Append(dst, ln->datum);
H A Ddir.c380 Lst_Append(&odirs->list, cdir);
684 Lst_Append(expansions, fullName);
805 Lst_Append(expansions, file);
1483 Lst_Append(&path->dirs, CachedDir_Ref(dir));
1505 * Lst_Append and CachedDir_Ref.
1529 Lst_Append(&path->dirs, CachedDir_Ref(dir));
1548 Lst_Append(&path->dirs, CachedDir_Ref(dir));
1619 Lst_Append(&dst->dirs, CachedDir_Ref(dir));
H A Darch.c362 Lst_Append(gns, gn);
386 Lst_Append(gns, gn);
396 Lst_Append(gns, gn);
566 Lst_Append(&archives, ar);
H A Dmain.c505 Lst_Append(&opts.variables, bmake_strdup(argvalue));
533 Lst_Append(&opts.makefiles, bmake_strdup(argvalue));
670 Lst_Append(&opts.create, bmake_strdup(argv[1]));
792 Lst_Append(lp, p);
H A Dcompat.c281 Lst_Append(&endNode->commands, cmdStart);
H A Djob.c1062 Lst_Append(&Targ_GetEndNode()->commands, expanded_cmd);
1985 Lst_Append(&lst, targ);
H A Dmeta.c1037 Lst_Append(list, bmake_strdup(str));

Completed in 210 milliseconds