Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/make/
Dlst.h68 typedef void *(*DuplicateProc)(void *); typedef
76 #define NOCOPY ((DuplicateProc) 0)
87 extern Lst Lst_Clone(Lst, Lst, DuplicateProc);
/mirbsd/src/usr.bin/make/lst.lib/
DlstDupl.c60 Lst_Clone(Lst nl, Lst l, DuplicateProc copyProc) in Lst_Clone()