Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/make/
H A Dlst.h157 #define Lst_ForEach(l, proc, d) Lst_ForEachFrom(Lst_First(l), proc, d) macro
/openbsd-src/usr.bin/make/lst.lib/
H A Dlst.h152 #define Lst_ForEach(l, proc, d) Lst_ForEachFrom(Lst_First(l), proc, d) macro