Searched refs:centurion (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/usr.bin/make/
H A Dmake.c675 GNode *centurion; local
696 if ((centurion = cgn->centurion) != NULL) {
700 centurion->unmade_cohorts--;
701 if (centurion->unmade_cohorts < 0)
702 Error("Graph cycles through centurion %s",
703 centurion->name);
705 centurion = cgn;
707 parents = &centurion->parents;
710 ScheduleOrderSuccessors(centurion);
[all...]
H A Dtarg.c202 gn->centurion = NULL;
H A Dmake.h485 struct GNode *centurion; member in struct:GNode
H A Dparse.c704 cohort->centurion = gn;

Completed in 102 milliseconds