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

/freebsd-11-stable/contrib/bmake/
H A Dmake.h234 int unmade_cohorts;/* # of unmade instances on the member in struct:GNode
H A Dparse.c955 gn->unmade_cohorts += 1;
957 gn->unmade_cohorts);
H A Dtarg.c246 gn->unmade_cohorts = 0;
H A Dmake.c719 centurion->unmade_cohorts -= 1;
720 if (centurion->unmade_cohorts < 0)
773 if (centurion->unmade_cohorts != 0 || centurion->made < MADE) {
777 centurion->made, centurion->unmade_cohorts);
1049 if (cn->unmade_cohorts != 0)

Completed in 145 milliseconds