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

/freebsd-9.3-release/usr.bin/make/
H A Djob.h76 int Compat_Make(struct GNode *gn, struct GNode *pgn);
H A Djob.c3079 * Compat_Make --
3088 Compat_Make(GNode *gn, GNode *pgn) function
3108 Compat_Make(Lst_Datum(ln), gn);
3357 * For each entry in the list of targets to create, call Compat_Make on
3358 * it to create the thing. Compat_Make will leave the 'made' field of gn
3369 Compat_Make(gn, gn);
H A Dmain.c767 Compat_Make(gn, gn);
778 * Compat_Make will leave the 'made' field of gn
/freebsd-9.3-release/contrib/bmake/
H A Dcompat.c181 Compat_Make(gn, gn);
496 * Compat_Make --
512 Compat_Make(void *gnp, void *pgnp)
532 Lst_ForEach(gn->children, Compat_Make, gn);
672 Lst_ForEach(gn->cohorts, Compat_Make, pgnp);
723 Compat_Make(gn, gn);
738 * For each entry in the list of targets to create, call Compat_Make on
739 * it to create the thing. Compat_Make will leave the 'made' field of gn
750 Compat_Make(gn, gn);
764 Compat_Make(ENDNod
510 Compat_Make(void *gnp, void *pgnp) function
[all...]
H A Dnonints.h90 int Compat_Make(void *, void *);
H A Dmain.c1869 Compat_Make(en, en);
H A Djob.c1957 Compat_Make(targ, targ);

Completed in 122 milliseconds