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

  /src/usr.bin/make/unit-tests/
depsrc-optional.mk 11 important: optional optional-cohort
18 optional-cohort:: .OPTIONAL
  /src/usr.bin/make/
targ.c 577 * Propagate some type information to cohort nodes (those from the '::'
596 GNode *cohort = cln->datum; local in function:Targ_Propagate
598 cohort->type |= type & (unsigned)~OP_OPMASK;
parse.c 740 GNode *cohort; local in function:TryApplyDependencyOperator
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 13 milliseconds