Home
last modified time | relevance | path

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

/openbsd/usr.bin/make/
H A Dengine.c617 bool doExecute; /* Execute the command */ in do_run_command() local
625 doExecute = true; in do_run_command()
627 doExecute = !noExecute; in do_run_command()
644 doExecute = true; in do_run_command()
661 if (!doExecute) in do_run_command()