HomeSort by: relevance | last modified time | path
    Searched refs:cohorts (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/make/unit-tests/
dep-double-colon.mk 6 # cohorts.
  /src/usr.bin/make/
targ.c 200 Lst_Init(&gn->cohorts);
240 Lst_Done(&gn->cohorts);
289 * This is used for internal nodes, such as cohorts or .WAIT nodes.
514 Targ_PrintNodes(&gn->cohorts, pass);
595 for (cln = gn->cohorts.first; cln != NULL; cln = cln->next) {
compat.c 682 goto cohorts;
695 cohorts:
696 MakeNodes(&gn->cohorts, pgn);
parse.c 683 if ((pgn->type & OP_DOUBLEDEP) && !Lst_IsEmpty(&pgn->cohorts))
684 pgn = pgn->cohorts.last->datum;
735 * The new instance is placed on the 'cohorts' list of the
737 * cohorts list) and the new instance is linked to all
744 * propagated back to the rest of the cohorts later.
761 Lst_Append(&gn->cohorts, cohort);
2027 if ((gn->type & OP_DOUBLEDEP) && gn->cohorts.last != NULL)
2028 gn = gn->cohorts.last->datum;
3035 Lst_AppendAll(mainList, &mainNode->cohorts);
make.c 753 "- centurion made %d, %d unmade cohorts\n",
982 for (ln = cn->cohorts.first; ln != NULL; ln = ln->next)
1256 Lst_PrependAll(&examine, &gn->cohorts);
1367 Lst_PrependAll(&examine, &pgn->cohorts);
make.h 485 GNodeList cohorts; member in struct:GNode
488 /* The number of unmade instances on the cohorts list */
492 * cohorts list
suff.c 629 if ((gn->type & OP_DOUBLEDEP) && !Lst_IsEmpty(&gn->cohorts))
630 gn = gn->cohorts.last->datum;

Completed in 18 milliseconds