Searched refs:CMD_MORE (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm277 return 0 unless $ok == CMD_OK || $ok == CMD_MORE;
281 return 0 unless $ok == CMD_OK || $ok == CMD_MORE;
293 return 0 unless $ok == CMD_OK || $ok == CMD_MORE;
304 if ($ok == CMD_MORE) {
321 if (defined($acct) && ($ok == CMD_MORE || $ok == CMD_OK));
366 if ($ok == CMD_MORE);
1100 if ($code != CMD_MORE && $code != CMD_INFO);
1205 sub _RNFR { shift->command("RNFR",@_)->response() == CMD_MORE }
1206 sub _REST { shift->command("REST",@_)->response() == CMD_MORE }
H A DCmd.pm26 @EXPORT = qw(CMD_INFO CMD_OK CMD_MORE CMD_REJECT CMD_ERROR CMD_PENDING);
30 sub CMD_MORE { 3 } subroutine
747 C<CMD_MORE>, C<CMD_REJECT> and C<CMD_ERROR>, correspond to possible results
H A DNNTP.pm132 $nntp->_AUTHINFO("USER",$user) == CMD_MORE
141 $nntp->_AUTHINFO('SIMPLE') == CMD_MORE
654 sub _IHAVE { shift->command('IHAVE',@_)->response == CMD_MORE }
661 sub _POST { shift->command('POST',@_)->response == CMD_MORE }
H A DSMTP.pm136 while (($code = $self->command(@cmd)->response()) == CMD_MORE) {
498 sub _DATA { shift->command("DATA")->response() == CMD_MORE }

Completed in 532 milliseconds