Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/
H A DSysFiles.pm287 $Path = searchCommand($CrossPrefix."-".$Name);
301 elsif($Cand = searchCommand($Cand))
308 $Path = searchCommand($Name);
312 $Path = searchCommand($Name.".exe");
320 sub searchCommand($) subroutine