Searched refs:perlpath (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/util/
H A DFreeBSD.sh3 perl util/perlpath.pl /usr/bin
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dperl.vim44 if !exists("perlpath")
48 let perlpath = system('perl -e "print join(q/,/,@INC)"') variable
50 let perlpath = system("perl -e 'print join(q/,/,@INC)'") variable
52 let perlpath = substitute(perlpath,',.$',',,','') variable
54 let perlpath = ".,," variable
59 let perlpath = ".,," variable
63 let &l:path=perlpath
/macosx-10.10.1/CPANInternal-159.1/Parse-Yapp-1.05/
H A Dyapp86 of I<$Config{perlpath}> will be used instead.
265 or $opt_b = $Config{perlpath};
/macosx-10.10.1/OpenSSL098-52/src/
H A Dopenssl.spec85 perl util/perlpath.pl /usr/bin/perl
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dvim.vim574 let s:perlpath= expand("<sfile>:p:h")."/perl.vim"
575 if !filereadable(s:perlpath)
576 let s:perlpath= globpath(&rtp,"syntax/perl.vim")
578 if (g:vimsyn_embed =~ 'p' && has("perl")) && filereadable(s:perlpath)
580 exe "syn include @vimPerlScript ".s:perlpath
593 unlet s:perlpath
/macosx-10.10.1/vim-55/src/
H A DMakefile2002 perlpath=`./which.sh perl` && sed -e "s+/usr/bin/perl+$$perlpath+" $(TOOLSSOURCE)/efm_perl.pl >$(DEST_TOOLS)/efm_perl.pl macro

Completed in 208 milliseconds