Searched refs:cohorts (Results 1 – 7 of 7) sorted by relevance
200 Lst_Init(&gn->cohorts); in GNode_New()240 Lst_Done(&gn->cohorts); in GNode_Free()514 Targ_PrintNodes(&gn->cohorts, pass); in Targ_PrintNode()592 for (cln = gn->cohorts.first; cln != NULL; cln = cln->next) { in Targ_Propagate()
688 goto cohorts; in Compat_Make()701 cohorts: in Compat_Make()702 MakeNodes(&gn->cohorts, pgn); in Compat_Make()
633 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty(&pgn->cohorts)) in LinkSource()634 pgn = pgn->cohorts.last->datum; in LinkSource()711 Lst_Append(&gn->cohorts, cohort); in TryApplyDependencyOperator()1975 if ((gn->type & OP_DOUBLEDEP) && gn->cohorts.last != NULL) in GNode_AddCommand()1976 gn = gn->cohorts.last->datum; in GNode_AddCommand()2983 Lst_AppendAll(mainList, &mainNode->cohorts); in Parse_MainName()
986 for (ln = cn->cohorts.first; ln != NULL; ln = ln->next) in MakeBuildChild()1272 Lst_PrependAll(&examine, &gn->cohorts); in Make_ExpandUse()1388 Lst_PrependAll(&examine, &pgn->cohorts); in Make_ProcessWait()
629 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty(&gn->cohorts)) in Suff_EndTransform()630 gn = gn->cohorts.last->datum; in Suff_EndTransform()
508 GNodeList cohorts; member 511 /* The number of unmade instances on the cohorts list */515 * cohorts list
1775 o reduce pointer indirection for GNode.cohorts and