Home
last modified time | relevance | path

Searched defs:Lst_Find (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/make/
H A Dlst.h158 #define Lst_Find(l, cProc, d) Lst_FindFrom(Lst_First(l), cProc, d) macro
/openbsd/usr.bin/make/lst.lib/
H A Dlst.h153 #define Lst_Find(l, cProc, d) Lst_FindFrom(Lst_First(l), cProc, d) macro