HomeSort by: relevance | last modified time | path
    Searched refs:UNMADE (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/make/
targ.c 191 gn->made = UNMADE;
192 gn->unmade = 0;
425 case UNMADE: return "unmade";
482 if (gn->unmade > 0)
483 debug_printf("# %d unmade children\n", gn->unmade);
485 debug_printf("# No unmade children\n");
491 } else if (gn->made != UNMADE) {
495 debug_printf("# unmade\n")
    [all...]
compat.c 519 assert(gn->made == UNMADE);
680 if (gn->made == UNMADE && (gn == pgn || !(pgn->type & OP_MADE))) {
make.h 201 * UNMADE -> BEINGMADE -> MADE.
204 * UNMADE -> BEINGMADE -> ERROR.
207 * UNMADE -> DEFERRED -> REQUESTED -> BEINGMADE -> MADE.
210 * UNMADE -> DEFERRED -> ABORTED.
213 * UNMADE -> BEINGMADE -> UPTODATE.
217 UNMADE,
443 /* The number of unmade children */
444 int unmade; member in struct:GNode
488 /* The number of unmade instances on the cohorts list */
make.c 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--
    [all...]

Completed in 14 milliseconds