Searched refs:Compat_Make (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/bmake/
H A Dmain.c2082 Compat_Make(en, en);
H A Djob.c2000 Compat_Make(targ, targ);
H A Dnonints.h90 int Compat_Make(void *, void *);
H A Dcompat.c175 Compat_Make(gn, gn);
510 * Compat_Make --
526 Compat_Make(void *gnp, void *pgnp)
546 Lst_ForEach(gn->children, Compat_Make, gn);
685 Lst_ForEach(gn->cohorts, Compat_Make, pgnp);
737 Compat_Make(gn, gn);
752 * For each entry in the list of targets to create, call Compat_Make on
753 * it to create the thing. Compat_Make will leave the 'made' field of gn
764 Compat_Make(gn, gn);
778 Compat_Make(ENDNod
524 Compat_Make(void *gnp, void *pgnp) function
[all...]

Completed in 79 milliseconds