Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dsuff.c226 typedef struct CandidateSearcher { struct
235 } CandidateSearcher; argument
914 CandidateSearcher_Init(CandidateSearcher *cs) in CandidateSearcher_Init()
920 CandidateSearcher_Done(CandidateSearcher *cs) in CandidateSearcher_Done()
926 CandidateSearcher_Add(CandidateSearcher *cs, Candidate *cand) in CandidateSearcher_Add()
933 CandidateSearcher_AddIfNew(CandidateSearcher *cs, Candidate *cand) in CandidateSearcher_AddIfNew()
941 CandidateSearcher_MoveAll(CandidateSearcher *cs, CandidateList *list) in CandidateSearcher_MoveAll()
1081 FindThem(CandidateList *srcs, CandidateSearcher *cs) in FindThem()
1138 FindCmds(Candidate *targ, CandidateSearcher *cs) in FindCmds()
1523 static void FindDeps(GNode *, CandidateSearcher *);
[all …]
H A DChangeLog1821 add high-level API for CandidateSearcher