Searched refs:getlines (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/example/
H A Dssl_client.pl49 my ($buf) = $sock->getlines;
/macosx-10.9.5/vim-53/src/proto/
H A Dmemfile.pro5 void mf_close_file __ARGS((buf_T *buf, int getlines));
/macosx-10.9.5/CPANInternal-140/Class-Trigger-0.14/inc/IO/
H A DScalar.pm197 sub getlines { subroutine
199 wantarray or croak("can't call getlines in scalar context!");
395 sub READLINE { wantarray ? shift->getlines(@_) : shift->getline(@_) }
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/t/lib/
H A Ddbixcsl_dumper_tests.pm122 my @stdout = $std->{out}->getlines;
125 my @warnings = $std->{err}->getlines;
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/Builder/IO/
H A DScalar.pm267 =item getlines
275 sub getlines { subroutine
277 wantarray or croak("can't call getlines in scalar context!");
559 sub READLINE { wantarray ? shift->getlines(@_) : shift->getline(@_) }
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay/lib/Net/
H A DSSL.pm425 sub getlines { shift->_unimpl("getlines"); } subroutine
551 =item getlines
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay-0.64/lib/Net/
H A DSSL.pm467 sub getlines { shift->_unimpl("getlines"); } subroutine
593 =item getlines
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/t/
H A Dcore.t165 @array = $client->getlines;
/macosx-10.9.5/vim-53/src/
H A Dmemfile.c285 mf_close_file(buf, getlines)
287 int getlines; /* get all lines into memory? */
296 if (getlines)
/macosx-10.9.5/CPAN-52/
H A DgenOSS.pl47 $YAMLLicense .= join('', $F->getlines);
/macosx-10.9.5/CPANInternal-140/Net-Telnet/lib/Net/
H A DTelnet.pm803 sub getlines { subroutine
855 "to " . ref($self) . "::getlines()");
886 } # end sub getlines
4022 =item B<getlines> - read next lines
4024 @lines = $obj->getlines([Binmode => $mode,]
4113 C<getline()>, C<getlines()>, and C<cmd()> to determine lines in the
/macosx-10.9.5/CPANInternal-140/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm803 sub getlines { subroutine
855 "to " . ref($self) . "::getlines()");
886 } # end sub getlines
4022 =item B<getlines> - read next lines
4024 @lines = $obj->getlines([Binmode => $mode,]
4113 C<getline()>, C<getlines()>, and C<cmd()> to determine lines in the
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/
H A DSSL.pm1391 sub getlines { subroutine
1393 croak("Use of getlines() not allowed in scalar context");

Completed in 153 milliseconds