Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dnse_printdep.cc273 if (line->body.line.sccs_command) { in should_print_dep()
H A Ddoname.cc199 line->body.line.sccs_command = false; in enter_explicit_rule_from_dynamic_rule()
699 line->body.line.sccs_command = false; in doname()
1230 line->body.line.sccs_command = false; in check_dependencies()
1621 line->body.line.sccs_command && in run_command()
2399 (line->body.line.sccs_command)) { in build_command_strings()
2783 line->body.line.sccs_command = true; in sccs_get()
H A Dimplicit.cc422 line->body.line.sccs_command = false; in find_suffix_rule()
1141 line->body.line.sccs_command = false; in find_percent_rule()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h572 Boolean sccs_command:1; member