Home
last modified time | relevance | path

Searched refs:NOCOPY (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.bin/make/lst.lib/
DlstDupl.c67 if (copyProc != NOCOPY) in Lst_Clone()
/mirbsd/src/usr.bin/make/
Dlst.h76 #define NOCOPY ((DuplicateProc) 0) macro
Dmake.c778 Lst_Clone(&examine, targs, NOCOPY); in Make_Run()