Lines Matching refs:command

56 my @command;
57 @command = @ARGV;
90 for(@command) {
111 onall(@command);
119 \@command,\@fhlist,$Global::ContextReplace,$number_of_args,\@Global::ret_files);
2559 my @command = @_;
2561 @command = shell_quote_empty(@command);
2623 join(" ",shell_quote(@command))," $quad @argfiles\n");
2628 join(" ",shell_quote(@command))," $quad @argfiles\n";
5452 my $command = $Global::envvar.$self->replaced();
5456 $command = "echo " .
5457 ::shell_quote_scalar(::shell_quote_scalar($command));
5463 $command = '\nice'. " -n". $opt::nice. " ".
5465 ::shell_quote_scalar($command);
5470 $command =
5472 $command.
5478 $command =
5480 $command.
5487 $command = $self->sshlogin_wrap($command);
5491 $command = (shift @Global::cat_partials). "|". "(". $command. ")";
5498 $command =
5505 "($command);";
5509 $command = $self->tmux_wrap($command);
5511 $self->{'wrapped'} = $command;
5534 my $command = shift;
5543 $self->{'sshlogin_wrap'} = $command;
5618 . ::shell_quote_scalar($command)
5836 my $command = $job->wrapped();
5840 print $Global::original_stderr "$command ?...";
5846 $command = "true"; # Run the command 'true'
5849 print $Global::original_stderr "$command\n";
5865 print $stdout_fh $command,"\n";
5869 $command = "true";
5874 $job->seq(), "): $command\n");
5879 $pid = ::open3($stdin_fh, ">&OUT", ">&ERR", $Global::shell, "-c", $command) ||
5891 $pid = ::open3("<&IN", ">&OUT", ">&ERR", $Global::shell, "-c", $command) ||
5904 $pid = ::open3("<&IN", ">&OUT", ">&ERR", $Global::shell, "-c", $command) ||
5913 $pid = ::open3(::gensym, ">&OUT", ">&ERR", $Global::shell, "-c", $command) ||
6134 ::debug("print", "<<joboutput @command\n");
6218 $cmd = "@command";
6856 my @command = @$commandref;
6858 if($command[0] =~ /^\s*(-\S+)/) {
6869 for(@command) {
6879 for(@command,@Global::ret_files) {
6895 for(@command,@Global::ret_files) {
6906 my @cmd = @command;
6943 ::debug("length", "@command Context: ", $len{'context'},
6949 if(not @command) {
6950 @command = ("\257<\257>");
6958 push @command, ("\257<\257>");
6965 'command' => \@command,