Home
last modified time | relevance | path

Searched refs:cohorts (Results 1 – 11 of 11) sorted by relevance

/trueos/contrib/bmake/
HDcompat.c534 goto cohorts; in Compat_Make()
558 goto cohorts; in Compat_Make()
669 cohorts: in Compat_Make()
670 Lst_ForEach(gn->cohorts, Compat_Make, pgnp); in Compat_Make()
HDtarg.c255 gn->cohorts = Lst_Init(FALSE); in Targ_NewGN()
302 Lst_Destroy(gn->cohorts, NULL); in TargFreeGN()
700 Lst_ForEach(gn->cohorts, Targ_PrintNode, &pass); in Targ_PrintNode()
798 Lst_ForEach(gn->cohorts, TargPropagateCohort, gnp); in TargPropagateNode()
HDmake.c1049 Lst_ForEach(cn->cohorts, MakeBuildChild, toBeMade_next); in MakeBuildChild()
1311 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (gn->cohorts)) { in Make_ExpandUse()
1314 new = Lst_Duplicate(gn->cohorts, NULL); in Make_ExpandUse()
1446 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (pgn->cohorts)) { in Make_ProcessWait()
1449 new = Lst_Duplicate(pgn->cohorts, NULL); in Make_ProcessWait()
HDparse.c852 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (pgn->cohorts)) in ParseLinkSrc()
853 pgn = (GNode *)Lst_Datum(Lst_Last(pgn->cohorts)); in ParseLinkSrc()
932 (void)Lst_AtEnd(gn->cohorts, cohort); in ParseDoOp()
1985 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (gn->cohorts)) in ParseAddCmd()
1986 gn = (GNode *)Lst_Datum(Lst_Last(gn->cohorts)); in ParseAddCmd()
3173 Lst_Concat(mainList, mainNode->cohorts, LST_CONCNEW); in Parse_MainName()
HDmake.h221 Lst cohorts; /* Other nodes for the :: operator */ member
HDsuff.c756 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (gn->cohorts)) in Suff_EndTransform()
757 gn = (GNode *)Lst_Datum(Lst_Last(gn->cohorts)); in Suff_EndTransform()
/trueos/usr.bin/make/
HDtarg.c144 Lst_Init(&gn->cohorts); in Targ_NewGN()
225 Lst_Concat(nodes, &gn->cohorts, LST_CONCNEW); in Targ_FindList()
437 LST_FOREACH(tln, &gn->cohorts) in TargPrintNode()
HDGNode.h182 Lst cohorts; member
HDparse.c513 Lst_AtEnd(&gn->cohorts, cohort); in ParseDoOp()
623 for (ln = Lst_First(&gn->cohorts); ln != NULL; in ParseDoSrc()
2542 Lst_Concat(listmain, &mainNode->cohorts, LST_CONCNEW); in Parse_MainName()
HDsuff.c1427 for (ln = Lst_First(&sGn->cohorts); ln != NULL; in SuffApplyTransform()
/trueos/contrib/amd/
HDChangeLog5743 cohorts. But please don't force the rest of us to use those ugly