Searched refs:unmade (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/usr.bin/make/
H A Dmake.c312 pgn->unmade += 1;
320 * unmade children in the parent... We also remove the child
326 pgn->unmade--;
342 * The unmade field of pgn is decremented and pgn may be placed on
437 pgn->unmade -= 1;
444 if (pgn->unmade == 0) {
446 * Queue the node up -- any unmade predecessors
450 } else if (pgn->unmade < 0) {
458 * unmade count of 0, has not been made and isn't in the examination
465 if (succ->make && succ->unmade
[all...]
H A DGNode.h170 int unmade; /* The number of unmade children */ member in struct:GNode
H A Dtarg.c136 gn->unmade = 0;
376 if (gn->unmade) {
377 printf("# %d unmade children\n", gn->unmade);
379 printf("# No unmade children\n");
385 gn->made == UNMADE ? "unmade" :
396 printf("# unmade\n");
H A Dsuff.c1306 * and the parent's unmade counter is decremented, but other nodes
1366 parent->unmade++;
1378 parent->unmade--;
1416 tGn->unmade += 1;
1438 tGn->unmade += 1;
1544 gn->unmade += 1;
1921 * transformation rule. Also, the unmade field of gn is incremented.
H A Dmain.c837 gn->unmade = 0;
847 gn->unmade++;
H A Dparse.c431 * children list of cgn. the unmade field of pgn is updated
448 pgn->unmade += 1;
654 * unmade targets, but checking is tedious, and the
/freebsd-10.1-release/contrib/bmake/
H A Dmake.c403 * updated; the unmade children count of the parent is decremented.
414 pgn->unmade--;
502 pgn->unmade += 1;
550 * unmade children in the parent... We also remove the child
557 pgn->unmade--;
667 * The unmade field of pgn is decremented and pgn may be placed on
732 /* Now mark all the parents as having one less unmade child */
738 "type %x, made %d, unmade %d ",
740 pgn->type, pgn->made, pgn->unmade-1);
778 "- centurion made %d, %d unmade cohort
[all...]
H A Dtarg.c245 gn->unmade = 0;
608 case UNMADE: return "unmade";
643 if (gn->unmade) {
644 fprintf(debug_file, "# %d unmade children\n", gn->unmade);
646 fprintf(debug_file, "# No unmade children\n");
657 fprintf(debug_file, "# unmade\n");
666 if (gn->unmade)
667 fprintf(debug_file, "# %d unmade children\n", gn->unmade);
[all...]
H A Dmake.h157 * 7) the number of its children that are, as yet, unmade
214 int unmade; /* The number of unmade children */ member in struct:GNode
228 int unmade_cohorts;/* # of unmade instances on the
H A Dsuff.c1513 * and the parent's unmade counter is decremented, but other nodes
1641 pgn->unmade++;
1660 pgn->unmade--;
1696 pgn->unmade++;
1712 pgn->unmade--;
1806 tGn->unmade += 1;
1916 gn->unmade += 1;
2308 * transformation rule. Also, the unmade field of gn is incremented.
H A Dparse.c841 * children list of cgn. the unmade field of pgn is updated
856 pgn->unmade += 1;

Completed in 197 milliseconds