HomeSort by: relevance | last modified time | path
    Searched defs:centurion (Results 1 - 2 of 2) 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...]
make.h 494 struct GNode *centurion; member in struct:GNode

Completed in 15 milliseconds