Home
last modified time | relevance | path

Searched refs:debug_text (Results 1 – 5 of 5) sorted by relevance

/onnv-gate/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);
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
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperltoc.pod17178 debug_print ( DIR, TEXT ), debug_text ( TEXT ), command ( CMD [, ARGS, ...