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