Lines Matching refs:cmd
950 $outfile_bat =~ s/set$/cmd/i;
2587 my $cmd = shift;
2591 -x "$elem/$cmd" && return $elem;
2643 my $cmd = shift @pairs;
2646 if (! -x "$path/$cmd") {
2647 AddWarning ("Missing executable $path/$cmd\n");
2656 if (-f "$elem/$cmd" && ! -l "$elem/$cmd") {
2662 # print "No file $elem/$cmd\n";
2673 my $cmd = shift @pairs;
2676 $realpath = PathLookup ($cmd, @sysPath);
2679 "$path/$cmd against $realpath");