Searched refs:sccs_get_rule (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dglobals.cc143 Cmd_line sccs_get_rule; variable
H A Dmisc.cc301 * sccs_get_rule Points to the ".SCCS_GET" rule
355 if (sccs_get_rule != NULL) {
357 for (rule = sccs_get_rule; rule != NULL; rule = rule->next) {
H A Dread2.cc1123 * sccs_get_rule Set when ".SCCS_GET" target is read
1159 sccs_get_rule = sccs_get_posix_rule;
1372 sccs_get_rule = command;
1413 sccs_get_rule = command;
H A Ddoname.cc2669 * sccs_get_rule The rule to used for sccs getting
2750 (sccs_get_rule != NULL))) {
2775 line->body.line.command_template = sccs_get_rule;
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h259 extern Cmd_line sccs_get_rule;

Completed in 54 milliseconds