Home
last modified time | relevance | path

Searched refs:do_not_exec_rule (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/make/bin/
H A Dmain.cc769 if (!do_not_exec_rule && in handle_interrupt()
808 if (!do_not_exec_rule && in handle_interrupt()
1398 do_not_exec_rule = true; in parse_command_option()
1400 do_not_exec_rule = false; in parse_command_option()
1405 do_not_exec_rule = false; in parse_command_option()
1407 do_not_exec_rule = true; in parse_command_option()
1429 do_not_exec_rule = false; in parse_command_option()
1432 do_not_exec_rule = true; in parse_command_option()
1477 do_not_exec_rule = false; in parse_command_option()
1480 do_not_exec_rule = true; in parse_command_option()
[all …]
H A Ddosys.cc99 if (do_not_exec_rule && in dosys()
H A Dread.cc206 !do_not_exec_rule) { in read_simple_file()
494 Boolean save_do_not_exec_rule = do_not_exec_rule; in parse_makefile()
844 do_not_exec_rule = false; in parse_makefile()
882 do_not_exec_rule = save_do_not_exec_rule; in parse_makefile()
H A Dstate.cc143 do_not_exec_rule || in write_state_file()
H A Ddoname.cc1797 (!rule->silent || do_not_exec_rule) && in execute_serial()
2370 if (!do_not_exec_rule) { in build_command_strings()
2536 do_not_exec_rule && in touch_command()
2541 if (!do_not_exec_rule) { in touch_command()
2605 if (do_not_exec_rule || in update_target()
/titanic_41/usr/src/cmd/make/lib/mksh/
H A Dglobals.cc81 Boolean do_not_exec_rule; /* `-n' */ variable
/titanic_41/usr/src/cmd/make/include/mksh/
H A Ddefs.h860 extern Boolean do_not_exec_rule; /* `-n' */