Searched refs:cohorts (Results 1 – 11 of 11) sorted by relevance
| /trueos/contrib/bmake/ |
| HD | compat.c | 534 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()
|
| HD | targ.c | 255 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()
|
| HD | make.c | 1049 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()
|
| HD | parse.c | 852 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()
|
| HD | make.h | 221 Lst cohorts; /* Other nodes for the :: operator */ member
|
| HD | suff.c | 756 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/ |
| HD | targ.c | 144 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()
|
| HD | GNode.h | 182 Lst cohorts; member
|
| HD | parse.c | 513 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()
|
| HD | suff.c | 1427 for (ln = Lst_First(&sGn->cohorts); ln != NULL; in SuffApplyTransform()
|
| /trueos/contrib/amd/ |
| HD | ChangeLog | 5743 cohorts. But please don't force the rest of us to use those ugly
|