Lines Matching defs:srcs
1030 RemoveCandidate(CandidateList *srcs)
1035 debug_printf("cleaning list %p:", srcs);
1036 CandidateList_PrintAddrs(srcs);
1039 for (ln = srcs->first; ln != NULL; ln = ln->next) {
1059 srcs, src, src->file, src->numChildren);
1062 Lst_Remove(srcs, ln);
1070 srcs, src, src->file, src->numChildren);
1079 /* Find the first existing file/target in srcs. */
1081 FindThem(CandidateList *srcs, CandidateSearcher *cs)
1087 while (!Lst_IsEmpty(srcs)) {
1088 Candidate *src = Lst_Dequeue(srcs);
1092 srcs, src, src->file);
1119 CandidateList_AddCandidatesFor(srcs, src);
1653 CandidateList *srcs, CandidateList *targs)
1668 CandidateList_AddCandidatesFor(srcs, targ);
1677 CandidateList *srcs, CandidateList *targs)
1696 CandidateList_AddCandidatesFor(srcs, targ);
1765 CandidateList srcs = LST_INIT;
1806 FindDepsRegularKnown(name, nameLen, gn, &srcs, &targs);
1809 FindDepsRegularUnknown(gn, name, &srcs, &targs);
1816 bottom = FindThem(&srcs, cs);
1943 while (RemoveCandidate(&srcs) || RemoveCandidate(&targs))
1946 CandidateSearcher_MoveAll(cs, &srcs);