Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/make/lst.lib/
H A DlstAtFront.c70 Lst_AtFront(Lst l, void *d) in Lst_AtFront() function
/dports/devel/fmake/fmake-r250982/
H A Dlst.h108 #define Lst_AtFront(LST, D) (Lst_Insert((LST), Lst_First(LST), (D))) macro