Searched refs:cohort_num (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/bmake/
H A Dmake.c382 gn->name, gn->cohort_num);
703 fprintf(debug_file, "Make_Update: %s%s\n", cgn->name, cgn->cohort_num);
720 Punt("%s%s: cohort has parents", cgn->name, cgn->cohort_num);
739 pgn->name, pgn->cohort_num, pgn->flags,
788 pgn->name, pgn->cohort_num);
791 Error("Graph cycles through %s%s", pgn->name, pgn->cohort_num);
819 cgn->name, cgn->cohort_num,
820 pgn->name, pgn->cohort_num, pgn->made);
1023 bn->name, bn->cohort_num);
1034 cn->name, cn->cohort_num, c
[all...]
H A Dtarg.c247 gn->cohort_num[0] = 0;
519 fprintf(debug_file, "%s%s ", gn->name, gn->cohort_num);
633 gn->name, gn->cohort_num, gn->flags, gn->type, gn->made);
H A Dmake.h227 char cohort_num[8]; /* #n for this cohort */ member in struct:GNode
H A Dparse.c933 snprintf(cohort->cohort_num, sizeof cohort->cohort_num, "#%d",

Completed in 92 milliseconds