Lines Matching refs:cmd
963 $outfile_bat =~ s/set$/cmd/i;
2606 my $cmd = shift;
2610 -x "$elem/$cmd" && return $elem;
2662 my $cmd = shift @pairs;
2665 if (! -x "$path/$cmd") {
2666 AddWarning ("Missing executable $path/$cmd\n");
2675 if (-f "$elem/$cmd" && ! -l "$elem/$cmd") {
2681 # print "No file $elem/$cmd\n";
2692 my $cmd = shift @pairs;
2695 $realpath = PathLookup ($cmd, @sysPath);
2698 "$path/$cmd against $realpath");