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

/freebsd-12-stable/contrib/bmake/lst.lib/
H A DlstAtEnd.c78 return Lst_InsertAfter(l, end, d);
H A DlstEnQueue.c61 * SUCCESS or FAILURE as returned by Lst_InsertAfter.
76 return Lst_InsertAfter(l, Lst_Last(l), d);
H A DlstAppend.c57 * Lst_InsertAfter --
77 Lst_InsertAfter(Lst l, LstNode ln, void *d) function
/freebsd-12-stable/contrib/bmake/
H A Dlst.h119 ReturnStatus Lst_InsertAfter(Lst, LstNode, void *);

Completed in 49 milliseconds