Lines Matching defs:command
62 * dosys(command, ignore_error, call_make, silent_error, target)
64 * Check if command string contains meta chars and dispatch to
65 * the proper routine for executing one command line.
68 * Indicates if the command execution failed
71 * command The command to run
73 * call_make Did command reference $(MAKE) ?
82 dosys(register Name command, register Boolean ignore_error, register Boolean call_make, Boolean silent_error, Boolean always_exec, Name target)
85 register int length = command->hash.length;
86 Wstring wcb(command);
91 /* Strip spaces from head of command string */
111 /* Write the state file iff this command uses make. */
119 * Run command directly if it contains no shell meta chars,
126 command->meta ?