Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DPOP3.pm221 unless $_[0]->_LAST && $_[0]->message =~ /(\d+)/;
375 sub _LAST { shift->command('LAST' )->response() == CMD_OK } subroutine
H A DNNTP.pm324 $nntp->_LAST && $nntp->message =~ /(<[^>]+>)/o
721 sub _LAST { shift->command('LAST')->response == CMD_OK } subroutine