Searched refs:_outputall (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDB.pm123 _outputall($#stack . " levels deep in subroutine calls.\n") if $DB::single & 4;
158 _outputall($@) if $@;
278 sub _outputall { subroutine
353 # _outputall("Loading file $file..");
H A DDB.t483 # test DB::_outputall(), must create fake clients first
487 DB::_outputall(1, 2, 3);
489 'DB::_outputall() should call output(@_) on all clients' );

Completed in 16 milliseconds