Home
last modified time | relevance | path

Searched refs:sccs_command (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/make/bin/
H A Dnse_printdep.cc273 if (line->body.line.sccs_command) { in should_print_dep()
H A Ddoname.cc189 line->body.line.sccs_command = false; in enter_explicit_rule_from_dynamic_rule()
689 line->body.line.sccs_command = false; in doname()
1220 line->body.line.sccs_command = false; in check_dependencies()
1611 line->body.line.sccs_command && in run_command()
2389 (line->body.line.sccs_command)) { in build_command_strings()
2772 line->body.line.sccs_command = true; in sccs_get()
H A Dimplicit.cc419 line->body.line.sccs_command = false; in find_suffix_rule()
1138 line->body.line.sccs_command = false; in find_percent_rule()
/titanic_44/usr/src/cmd/make/include/mksh/
H A Ddefs.h572 Boolean sccs_command:1; member