Searched refs:FreeProc (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A Dlst.h71 typedef void FreeProc(void *); typedef
78 #define NOFREE ((FreeProc *)NULL)
98 void Lst_Destroy(Lst *, FreeProc *);
H A Dlst.c203 Lst_Destroy(Lst *list, FreeProc *freeProc)
/freebsd-9.3-release/contrib/bmake/
H A Dlst.h96 typedef void FreeProc(void *); typedef
109 void Lst_Destroy(Lst, FreeProc *);
H A Dmeta.c1303 Lst_Destroy(missingFiles, (FreeProc *)free);
H A Dmain.c1373 Lst_Destroy(create, (FreeProc *)free);
H A Dparse.c3097 Lst_Destroy(targCmds, (FreeProc *)free);
/freebsd-9.3-release/contrib/bmake/lst.lib/
H A DlstDestroy.c71 Lst_Destroy(Lst list, FreeProc *freeProc)

Completed in 109 milliseconds