Home
last modified time | relevance | path

Searched defs:_LIST (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm297 sub _LIST { shift->command('LIST',@_)->response() == CMD_OK } subroutine
H A DNNTP.pm656 sub _LIST { shift->command('LIST',@_)->response == CMD_OK } subroutine
H A DFTP.pm1200 sub _LIST { shift->command("LIST",@_)->response() == CMD_INFO } subroutine