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

/freebsd-13-stable/contrib/bmake/
H A Dlst.h146 void Lst_Append(List *, void *);
165 Lst_Append(list, datum);
H A Dsuff.c445 Lst_Append(list, Suffix_Ref(suff));
446 Lst_Append(&suff->ref, list);
451 Lst_Append(&suff->ref, list);
600 Lst_Append(&transforms, gn);
844 Lst_Append(&sufflist, suff);
963 Lst_Append(&cs->list, cand);
971 Lst_Append(&cs->list, cand);
1024 Lst_Append(list, cand);
1027 Lst_Append(&targ->childrenList, cand);
1229 Lst_Append(
[all...]
H A Dtarg.c212 Lst_Append(&allNodes, gn);
309 Lst_Append(&allTargets, gn);
345 Lst_Append(gns, gn);
H A Dparse.c738 Lst_Append(&pgn->children, cgn);
743 Lst_Append(&cgn->parents, pgn);
811 Lst_Append(&gn->cohorts, cohort);
897 Lst_Append(&opts.create, bmake_strdup(src));
917 Lst_Append(&order_pred->order_succ, gn);
918 Lst_Append(&gn->order_pred, order_pred);
1082 Lst_Append(*inout_paths, &dirSearchPath);
1101 Lst_Append(targets, gn);
1114 Lst_Append(targets, gn);
1154 Lst_Append(*inout_path
[all...]
H A Dmake.c422 Lst_Append(&pgn->children, gn);
423 Lst_Append(&gn->parents, pgn);
916 Lst_Append(&toBeMade, cn);
1282 Lst_Append(&wn->children, cn);
1284 Lst_Append(&cn->parents, wn);
1313 Lst_Append(&pgn->children, cgn);
1314 Lst_Append(&cgn->parents, pgn);
1323 Lst_Append(&examine, pgn);
1346 Lst_Append(&examine, cgn);
H A Dlst.c131 Lst_Append(List *list, void *datum) function
241 Lst_Append(dst, ln->datum);
H A Ddir.c400 Lst_Append(&odirs->list, cdir);
683 Lst_Append(expansions, fullName);
807 Lst_Append(expansions, file);
1547 Lst_Append(&path->dirs, CachedDir_Ref(dir));
1569 * Lst_Append and CachedDir_Ref.
1593 Lst_Append(&path->dirs, CachedDir_Ref(dir));
1612 Lst_Append(&path->dirs, CachedDir_Ref(dir));
1691 Lst_Append(&dst->dirs, CachedDir_Ref(dir));
H A Darch.c380 Lst_Append(gns, gn);
405 Lst_Append(gns, gn);
423 Lst_Append(gns, gn);
625 Lst_Append(&archives, ar);
H A Dmain.c502 Lst_Append(&opts.variables, bmake_strdup(argvalue));
530 Lst_Append(&opts.makefiles, bmake_strdup(argvalue));
668 Lst_Append(&opts.create, bmake_strdup(argv[1]));
811 Lst_Append(lp, cp);
H A Dcompat.c271 Lst_Append(&endNode->commands, cmdStart);
H A Djob.c1069 Lst_Append(&Targ_GetEndNode()->commands, expanded_cmd);
1957 Lst_Append(&lst, targ);
H A Dmeta.c1074 Lst_Append(list, bmake_strdup(str));

Completed in 85 milliseconds