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

  /src/usr.bin/make/unit-tests/
depsrc-optional.exp 5 ExamineLater: need to examine "optional-cohort"
7 Make_ExpandUse: examine optional-cohort
9 Examining optional-cohort...nonexistent...:: operator and no sources...out-of-date.
11 recheck(optional-cohort): update time from nonexistent to now
12 Examining important...nonexistent...modified before source "optional-cohort"...out-of-date.
  /src/usr.bin/make/
targ.c 577 * Propagate some type information to cohort nodes (those from the '::'
596 GNode *cohort = cln->datum; local
598 cohort->type |= type & (unsigned)~OP_OPMASK;
parse.c 740 GNode *cohort; local
748 cohort = Targ_NewInternalNode(gn->name);
750 RememberLocation(cohort);
752 * Make the cohort invisible to avoid duplicating it
760 cohort->type = op | OP_INVISIBLE;
761 Lst_Append(&gn->cohorts, cohort);
762 cohort->centurion = gn;
764 snprintf(cohort->cohort_num, sizeof cohort->cohort_num, "#%d",

Completed in 33 milliseconds