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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm145 sub debug_text { $_[2] } subroutine
150 print STDERR $cmd,($out ? '>>> ' : '<<< '), $cmd->debug_text($out,$text);
672 data being sent to the server. Calls C<debug_text> before printing to
675 =item debug_text ( TEXT )
H A DPOP3.pm67 sub debug_text { $_[2] =~ /^(pass|rpop)/i ? "$1 ....\n" : $_[2]; } subroutine
H A DNNTP.pm84 sub debug_text subroutine
H A DFTP.pm1084 sub debug_text { $_[2] =~ /^(pass|resp|acct)/i ? "$1 ....\n" : $_[2]; } subroutine

Completed in 30 milliseconds