Home
last modified time | relevance | path

Searched defs:debug_text (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DCmd.pm147 sub debug_text { $_[2] } subroutine
H A DPOP3.pm123 sub debug_text { $_[2] =~ /^(pass|rpop)/i ? "$1 ....\n" : $_[2]; } subroutine
H A DNNTP.pm143 sub debug_text { subroutine
H A DFTP.pm1207 sub debug_text { $_[2] =~ /^(pass|resp|acct)/i ? "$1 ....\n" : $_[2]; } subroutine