Searched refs:_LIST (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm262 $nntp->_LIST
355 $nntp->_LIST('ACTIVE',@_)
365 $nntp->_LIST('ACTIVE.TIMES')
375 $nntp->_LIST('DISTRIBUTIONS')
388 $nntp->_LIST('DISTRIB.PATS') && ($arr = $nntp->read_until_dot)
398 $nntp->_LIST('NEWSGROUPS',@_)
408 $nntp->_LIST('OVERVIEW.FMT')
418 $nntp->_LIST('SUBSCRIPTIONS')
656 sub _LIST { shift->command('LIST',@_)->response == CMD_OK } subroutine
H A DPOP3.pm188 unless $me->_LIST(@_);
297 sub _LIST { shift->command('LIST',@_)->response() == CMD_OK } subroutine
H A DFTP.pm1200 sub _LIST { shift->command("LIST",@_)->response() == CMD_INFO } subroutine

Completed in 27 milliseconds