Home
last modified time | relevance | path

Searched refs:LstFreeProc (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/bmake/
H A Dlst.h107 typedef void LstFreeProc(void *); typedef
116 void Lst_DoneCall(List *, LstFreeProc);
H A Dlst.c72 Lst_DoneCall(List *list, LstFreeProc freeProc) in Lst_DoneCall()