Searched refs:Lst_Insert (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/usr.bin/make/
H A Dlst.h104 void Lst_Insert(Lst *, LstNode *, void *);
108 #define Lst_AtFront(LST, D) (Lst_Insert((LST), Lst_First(LST), (D)))
H A Dlst.c251 * Lst_Insert
265 Lst_Insert(Lst *list, LstNode *ln, void *d) function
H A Dmain.c356 Lst_Insert(&source_makefiles, first, data);
H A Dsuff.c352 Lst_Insert(l, ln, s);

Completed in 64 milliseconds