Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FTP/
H A Dnetrc.pm17 my($fh,@machines,$hasdefault);
18 $hasdefault = 0;
29 $hasdefault++;
39 $file = $hasdefault = $protected = "";
45 'hasdefault' => $hasdefault,
51 sub hasdefault { shift->{'hasdefault'} } subroutine
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DFTP.pm1164 } elsif ($netrc->hasdefault || $netrc->contains($host)) {
1166 $netrc->hasdefault,