Searched refs:Lst_FindFrom (Results 1 – 4 of 4) sorted by relevance
| /minix3/usr.bin/make/lst.lib/ |
| H A D | lstFind.c | 72 return (Lst_FindFrom(l, Lst_First(l), d, cProc)); in Lst_Find()
|
| H A D | lstFindFrom.c | 71 Lst_FindFrom(Lst l, LstNode ln, const void *d, in Lst_FindFrom() function
|
| /minix3/usr.bin/make/ |
| H A D | lst.h | 151 LstNode Lst_FindFrom(Lst, LstNode, const void *,
|
| H A D | suff.c | 602 srcLn = Lst_FindFrom(sufflist, Lst_Succ(srcLn), str, in SuffParseTransform() 2076 ln = Lst_FindFrom(sufflist, ln, &sd, SuffSuffIsSuffixP); in SuffFindNormalDeps()
|