Searched defs:dumpit (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl522 X<C<dumpit>> if it's set to 'dump', or X<C<methods>> if it's set to
548 =item C<$onetimeDumpDepth> - how deep C<dumpit()> should go when dumping results
648 dumpit($OUT, \@res);
3618 dumpit($fh, \@ret);
3665 dumpit($fh, $ret) if defined wantarray;
5262 =head2 C<dumpit>
5264 C<dumpit> is the debugger's wrapper around dumpvar.pl.
5278 C<dumpit()> then checks to see if it needs to load C<dumpvar.pl> and
5284 (it should have been defined by C<dumpvar.pl>). If it has, C<dumpit()>
5293 C<dumpValue()> is then called if possible; if not, C<dumpit()>jus
5301 sub dumpit { subroutine
[all...]

Completed in 33 milliseconds