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

/freebsd-12-stable/contrib/bmake/lst.lib/
H A DlstDupl.c58 * Lst_Duplicate --
74 Lst_Duplicate(Lst l, DuplicateProc *copyProc) function
/freebsd-12-stable/contrib/bmake/
H A Dlst.h107 Lst Lst_Duplicate(Lst, DuplicateProc *);
H A Dmake.c464 pgn->commands = Lst_Duplicate(cgn->commands, NULL);
1293 examine = Lst_Duplicate(targs, NULL);
1317 new = Lst_Duplicate(gn->cohorts, NULL);
1452 new = Lst_Duplicate(pgn->cohorts, NULL);
H A Dsuff.c1093 s->searchPath = Lst_Duplicate(dirSearchPath, Dir_CopyDir);

Completed in 111 milliseconds