Lines Matching defs:targs
1653 CandidateList *srcs, CandidateList *targs)
1671 Lst_Append(targs, targ);
1677 CandidateList *srcs, CandidateList *targs)
1681 if (!Lst_IsEmpty(targs) || nullSuff == NULL)
1703 Lst_Append(targs, targ);
1770 CandidateList targs = LST_INIT;
1806 FindDepsRegularKnown(name, nameLen, gn, &srcs, &targs);
1809 FindDepsRegularUnknown(gn, name, &srcs, &targs);
1823 if (targs.first != NULL)
1824 targ = targs.first->datum;
1943 while (RemoveCandidate(&srcs) || RemoveCandidate(&targs))
1947 CandidateSearcher_MoveAll(cs, &targs);