Searched refs:Lst_FindFrom (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/bmake/lst.lib/
H A DlstFind.c72 return (Lst_FindFrom(l, Lst_First(l), d, cProc));
H A DlstFindFrom.c57 * Lst_FindFrom --
71 Lst_FindFrom(Lst l, LstNode ln, const void *d, function
/freebsd-11-stable/contrib/bmake/
H A Dlst.h151 LstNode Lst_FindFrom(Lst, LstNode, const void *,
H A Dsuff.c617 srcLn = Lst_FindFrom(sufflist, Lst_Succ(srcLn), str,
2106 ln = Lst_FindFrom(sufflist, ln, &sd, SuffSuffIsSuffixP);
H A Dmeta.c1289 nln = Lst_FindFrom(missingFiles, Lst_Succ(ln),

Completed in 111 milliseconds