Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dmake_ext.pl523 _quote_args(\@args) if IS_VMS;
570 _quote_args($pass_through);
589 sub _quote_args { subroutine
/openbsd/src/gnu/usr.bin/perl/Porting/
Dtest-dist-modules.pl731 sub _quote_args {
766 _quote_args(\$runperl, $args{switches});
822 _quote_args(\$runperl, $args{args});
/openbsd/src/gnu/usr.bin/perl/t/
Dtest.pl699 sub _quote_args { subroutine
728 $runperl = _quote_args($runperl, $args{switches});
804 $runperl = _quote_args($runperl, $args{args});
DTEST344 $cmd = $perl . _quote_args($args) . " $test $redir";
406 sub _quote_args {