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()
634 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty(&pgn->cohorts)) in LinkSource()635 pgn = pgn->cohorts.last->datum; in LinkSource()712 Lst_Append(&gn->cohorts, cohort); in TryApplyDependencyOperator()1977 if ((gn->type & OP_DOUBLEDEP) && gn->cohorts.last != NULL) in GNode_AddCommand()1978 gn = gn->cohorts.last->datum; in GNode_AddCommand()2985 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
1824 o reduce pointer indirection for GNode.cohorts and