Searched refs:cohorts (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/usr.bin/make/
H A DGNode.h182 Lst cohorts; member in struct:GNode
H A Dtarg.c144 Lst_Init(&gn->cohorts);
225 Lst_Concat(nodes, &gn->cohorts, LST_CONCNEW);
437 LST_FOREACH(tln, &gn->cohorts)
H A Dparse.c495 * is placed on the 'cohorts' list of the initial one
496 * (note the initial one is not on its own cohorts list)
513 Lst_AtEnd(&gn->cohorts, cohort);
610 * the 'cohorts' list of the node) or all the cohorts are linked
623 for (ln = Lst_First(&gn->cohorts); ln != NULL;
2542 Lst_Concat(listmain, &mainNode->cohorts, LST_CONCNEW);
H A Dsuff.c1422 * we have to link all its cohorts in as sources as well. Only
1427 for (ln = Lst_First(&sGn->cohorts); ln != NULL;
/freebsd-10-stable/contrib/bmake/
H A Dtarg.c255 gn->cohorts = Lst_Init(FALSE);
300 Lst_Destroy(gn->cohorts, NULL);
698 Lst_ForEach(gn->cohorts, Targ_PrintNode, &pass);
796 Lst_ForEach(gn->cohorts, TargPropagateCohort, gnp);
H A Dcompat.c550 goto cohorts;
573 goto cohorts;
684 cohorts:
685 Lst_ForEach(gn->cohorts, Compat_Make, pgnp);
H A Dmake.c776 "- centurion made %d, %d unmade cohorts\n",
1050 Lst_ForEach(cn->cohorts, MakeBuildChild, toBeMade_next);
1314 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (gn->cohorts)) {
1315 /* Append all the 'cohorts' to the list of things to examine */
1317 new = Lst_Duplicate(gn->cohorts, NULL);
1449 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (pgn->cohorts)) {
1450 /* Append all the 'cohorts' to the list of things to examine */
1452 new = Lst_Duplicate(pgn->cohorts, NULL);
H A Dmake.h227 Lst cohorts; /* Other nodes for the :: operator */ member in struct:GNode
235 cohorts list */
237 node; only set when on a cohorts list */
H A Dparse.c872 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (pgn->cohorts))
873 pgn = (GNode *)Lst_Datum(Lst_Last(pgn->cohorts));
928 * line. The new instance is placed on the 'cohorts' list of the
929 * initial one (note the initial one is not on its own cohorts list)
937 * back to the rest of the cohorts later.
952 (void)Lst_AtEnd(gn->cohorts, cohort);
1076 * the 'cohorts' list of the node) or all the cohorts are linked
2083 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (gn->cohorts))
2084 gn = (GNode *)Lst_Datum(Lst_Last(gn->cohorts));
[all...]
H A Dsuff.c771 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty (gn->cohorts))
772 gn = (GNode *)Lst_Datum(Lst_Last(gn->cohorts));

Completed in 166 milliseconds