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

  /src/usr.bin/make/
make.c 671 GNode *centurion; local in function:Make_Update
692 if ((centurion = cgn->centurion) != NULL) {
696 centurion->unmade_cohorts--;
697 if (centurion->unmade_cohorts < 0)
698 Error("Graph cycles through centurion %s",
699 centurion->name);
701 centurion = cgn;
703 parents = &centurion->parents;
706 ScheduleOrderSuccessors(centurion);
    [all...]
targ.c 203 gn->centurion = NULL;
make.h 494 struct GNode *centurion; member in struct:GNode
parse.c 762 cohort->centurion = gn;

Completed in 22 milliseconds