Lines Matching refs:prefix
437 my $prefix = "";
439 $prefix = "pipe ";
472 if ($opts{capture} || defined($opts{prefix})) {
476 open($pipe, '-|', "$prefix$cmd") or die "Can't start command: $!";
478 my $l = ($opts{prefix} // "") . $_;
488 system("$prefix$cmd");
506 print STDERR "$prefix$display_cmd => $e\n"
509 print STDERR "$prefix$display_cmd => $e\n";
1224 my @prefix = ();
1228 @prefix = ( $exe_shell );
1238 @prefix = ( __fixup_prg($^X), $std_wrapper );
1242 @prefix = ( $std_wrapper );
1246 return (@prefix, $cmd);