Lines Matching refs:shell_quote_scalar
287 return "<". shell_quote_scalar($file) .
1173 …$Global::envwarn = ::shell_quote_scalar(q{echo $SHELL | egrep "/t?csh" > /dev/null && echo CSH/TCS…
1303 my $argfile = shell_quote_scalar(pop @ARGV);
1326 my $script = shell_quote_scalar(shift @ARGV);
1494 sub shell_quote_scalar { subroutine
1516 my $a = shell_quote_scalar(shift);
2419 my $envvar = ::shell_quote_scalar($Global::envvar);
2605 (@opt::env ? map { "--env ".::shell_quote_scalar($_) } @opt::env : ""),
2621 "--tagstring ".shell_quote_scalar($sshlogin->string()) : ""),
2622 " -S ", shell_quote_scalar($sshlogin->string())," ",
2626 "--tagstring ".shell_quote_scalar($sshlogin->string()) : ""),
2627 " -S ", shell_quote_scalar($sshlogin->string())," ",
3549 ::shell_quote_scalar($swap_activity);
3686 $perlscript = "perl -e " . ::shell_quote_scalar($perlscript);
4182 my $sqe = ::shell_quote_scalar($Global::envvar);
4678 my $sleep = ::shell_quote_scalar('$|=1;while(1){sleep 1;print "foo\n"}');
4729 my $rsync_opt = "-rlDzR -e" . ::shell_quote_scalar($sshcmd);
4770 return "$sshcmd $serverlogin ".::shell_quote_scalar("(rm -f $f; $rmdir)");
5457 ::shell_quote_scalar(::shell_quote_scalar($command));
5465 ::shell_quote_scalar($command);
5581 $remote_pre .= ::shell_quote_scalar('tty >/dev/null && stty isig -onlcr -echo;');
5585 $remote_pre .= ::shell_quote_scalar("mkdir -p ") . $wd .
5586 ::shell_quote_scalar("; cd ") . $wd .
5589 ::shell_quote_scalar(qq{ || exec false;});
5618 . ::shell_quote_scalar($command)
5696 my $rsync_opt = "-rlDzR -e".::shell_quote_scalar($sshcmd);
5717 my $rsync_cd = '--rsync-path='.::shell_quote_scalar("cd $wd$cd; rsync");
5718 my $basename = ::shell_quote_scalar(::shell_quote_file(basename($file)));
5745 $cleancmd .= "$sshcmd $serverlogin rm -rf " . ::shell_quote_scalar($workdir).';';
5812 $self->{'workdir'} = ::shell_quote_scalar($workdir);
5958 ::shell_quote_scalar($title);
5961 $tmux = "tmux new-window -t p$$ -n ".::shell_quote_scalar($title);
5965 ::shell_quote_scalar(
5967 "echo ".::shell_quote_scalar($visual_command).";".
6818 $ww = ::shell_quote_scalar($word);
6819 $val = ::shell_quote_scalar($val);
7559 ::shell_quote_scalar($self->{"rpl",0,$perlexpr});