Home
last modified time | relevance | path

Searched refs:CandidateSearcher (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/bmake/
H A Dsuff.c236 typedef struct CandidateSearcher { struct
245 } CandidateSearcher; typedef
951 CandidateSearcher_Init(CandidateSearcher *cs) in CandidateSearcher_Init()
957 CandidateSearcher_Done(CandidateSearcher *cs) in CandidateSearcher_Done()
1176 FindCmds(Candidate *targ, CandidateSearcher *cs) in FindCmds()
1577 static void FindDeps(GNode *, CandidateSearcher *);
1589 FindDepsArchive(GNode *gn, CandidateSearcher *cs) in FindDepsArchive()
1819 FindDepsRegular(GNode *gn, CandidateSearcher *cs) in FindDepsRegular()
2009 CandidateSearcher_CleanUp(CandidateSearcher *cs) in CandidateSearcher_CleanUp()
2035 CandidateSearcher cs; in Suff_FindDeps()
[all …]
H A DChangeLog1202 add high-level API for CandidateSearcher