Home | History | Annotate | Download | only in make

Lines Matching refs:UNMADE

393 		pgn->unmade--;
460 pgn->unmade++;
494 pgn->unmade--;
649 * The unmade field of pgn is decremented and pgn may be placed on
708 /* Now mark all the parents as having one less unmade child */
716 debug_printf(", unmade %d ", pgn->unmade - 1);
729 * updated to that of its newest child, and its unmade
753 "- centurion made %d, %d unmade cohorts\n",
759 pgn->unmade--;
760 if (pgn->unmade < 0) {
774 if (pgn->unmade != 0 && !(centurion->type & OP_WAIT)
776 DEBUG0(MAKE, "- unmade children\n");
988 * If this node is a .WAIT node with unmade children
991 return cn->type & OP_WAIT && cn->unmade > 0;
1051 if (gn->unmade != 0) {
1133 if (gn->unmade == 0) {
1142 case UNMADE:
1172 DEBUG3(MAKE, "MakePrintStatus: %s%s has %d unmade children\n",
1173 gn->name, gn->cohort_num, gn->unmade);
1175 * If printing cycles and came to one that has unmade children,
1288 if (gn->unmade != 0) {
1291 "%s%s still has %d unmade children\n",
1292 gn->name, gn->cohort_num, gn->unmade);
1296 if (gn->unmade != 0)
1315 waitNode->unmade++;
1345 pgn->unmade++;