usr.bin/make/suff.c
1004
CandidateList_AddCandidatesFor(CandidateList *list, Candidate *cand)
usr.bin/make/suff.c
1040
Candidate *src = ln->datum;
usr.bin/make/suff.c
1080
static Candidate *
usr.bin/make/suff.c
1088
Candidate *src = Lst_Dequeue(sources);
usr.bin/make/suff.c
1137
static Candidate *
usr.bin/make/suff.c
1138
FindCmds(Candidate *targ, CandidateSearcher *cs)
usr.bin/make/suff.c
1145
Candidate *ret; /* Return value */
usr.bin/make/suff.c
1656
Candidate *targ;
usr.bin/make/suff.c
1679
Candidate *targ;
usr.bin/make/suff.c
1713
FindDepsRegularPath(GNode *gn, Candidate *targ)
usr.bin/make/suff.c
1771
Candidate *bottom; /* Start of found transformation path */
usr.bin/make/suff.c
1772
Candidate *src;
usr.bin/make/suff.c
1773
Candidate *targ;
usr.bin/make/suff.c
212
struct Candidate *parent;
usr.bin/make/suff.c
926
CandidateSearcher_Add(CandidateSearcher *cs, Candidate *cand)
usr.bin/make/suff.c
933
CandidateSearcher_AddIfNew(CandidateSearcher *cs, Candidate *cand)
usr.bin/make/suff.c
955
Candidate *cand = ln->datum;
usr.bin/make/suff.c
962
static Candidate *
usr.bin/make/suff.c
963
Candidate_New(char *name, char *prefix, Suffix *suff, Candidate *parent,
usr.bin/make/suff.c
966
Candidate *cand = bmake_malloc(sizeof *cand);
usr.bin/make/suff.c
983
CandidateList_Add(CandidateList *list, char *srcName, Candidate *targ,
usr.bin/make/suff.c
986
Candidate *cand = Candidate_New(srcName, targ->prefix, suff, targ,