HomeSort by: relevance | last modified time | path
    Searched refs:Lst_Append (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/make/
lst.h 134 void Lst_Append(List *, void *);
154 Lst_Append(list, datum);
suff.c 424 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);
989 Lst_Append(list, cand);
992 Lst_Append(&targ->childrenList, cand);
1196 Lst_Append(&targ->childrenList, ret);
1229 Lst_Append(&gn->parents, pgn);
1269 Lst_Append(members, gn)
    [all...]
make.c 458 Lst_Append(&pgn->children, gn);
459 Lst_Append(&gn->parents, pgn);
937 Lst_Append(&toBeMade, gn);
975 Lst_Append(&toBeMade, cn);
1313 Lst_Append(&waitNode->children, gn);
1314 Lst_Append(&gn->parents, waitNode);
1343 Lst_Append(&pgn->children, cgn);
1344 Lst_Append(&cgn->parents, pgn);
1353 Lst_Append(&examine, pgn);
1376 Lst_Append(&examine, cgn)
    [all...]
targ.c 213 Lst_Append(&allNodes, gn);
296 Lst_Append(&allTargets, gn);
332 Lst_Append(gns, gn);
parse.c 686 Lst_Append(&pgn->children, cgn);
694 Lst_Append(&cgn->parents, pgn);
761 Lst_Append(&gn->cohorts, cohort);
842 Lst_Append(&opts.create, bmake_strdup(src));
863 Lst_Append(&order_pred->order_succ, gn);
864 Lst_Append(&gn->order_pred, order_pred);
994 Lst_Append(*inout_paths, &dirSearchPath);
999 Lst_Append(*inout_paths, sysIncPath);
1018 Lst_Append(targets, gn);
1031 Lst_Append(targets, gn)
    [all...]
lst.c 113 Lst_Append(List *list, void *datum)
229 Lst_Append(dst, ln->datum);
dir.c 380 Lst_Append(&odirs->list, cdir);
682 Lst_Append(expansions, fullName);
803 Lst_Append(expansions, file);
1481 Lst_Append(&path->dirs, CachedDir_Ref(dir));
1503 * Lst_Append and CachedDir_Ref.
1527 Lst_Append(&path->dirs, CachedDir_Ref(dir));
1546 Lst_Append(&path->dirs, CachedDir_Ref(dir));
1617 Lst_Append(&dst->dirs, CachedDir_Ref(dir));
arch.c 313 Lst_Append(gns, gn);
337 Lst_Append(gns, gn);
347 Lst_Append(gns, gn);
517 Lst_Append(&archives, ar);
main.c 505 Lst_Append(&opts.variables, bmake_strdup(argvalue));
533 Lst_Append(&opts.makefiles, bmake_strdup(argvalue));
670 Lst_Append(&opts.create, bmake_strdup(argv[1]));
794 Lst_Append(lp, p);
compat.c 286 Lst_Append(&endNode->commands, cmdStart);
meta.c 1026 Lst_Append(list, bmake_strdup(str));
job.c 1119 Lst_Append(&Targ_GetEndNode()->commands, expanded_cmd);

Completed in 48 milliseconds