Lines Matching refs:output

361 Controls the output of trace information. 
521 it on the debugger's output. If X<C<$onetimedump>> is defined, we call
528 In any case, we then return the list of output from C<eval> to the caller,
557 =item C<@res> - used to capture output from actual C<eval>.
567 =item $\ - for output of C<$@> if there is an evaluation error.
821 # + Switch line-tracing output too to the created TTY window;
830 # the error message to the debugging output.
856 # + Squeezed Help (h) output into 80 columns
1552 and then tries to connect the input and output filehandles to it.
1558 # If RemotePort was defined in the options, connect input and output
1627 # Line info goes to debugger output unless pointed elsewhere.
1785 local $onetimeDump; # Tell DB::eval() to not output results
2213 # force output to debugger's filehandle (dumpvar
2214 # just does "print" for output).
2251 # Restore the output filehandle, and go round again.
2264 $onetimeDump = 'dump'; # main::dumpvar shows the output
2286 $onetimeDump = 'methods'; # method output gets used there
3256 =head4 C<|, ||> - pipe output through the pager.
3258 FOR C<|>, we save C<OUT> (the debugger's output filehandle) and C<STDOUT>
3259 (the program's standard output). For C<||>, we only save C<OUT>. We open a
3260 pipe to the pager (restoring the output filehandles if this fails). If this
3270 # || - run command in the pager, with output to DB::OUT.
3289 &warn("Can't pipe output to `$pager'");
3366 After each command, we check to see if the command output was piped anywhere.
3368 our standard filehandles for input and output.
3401 # Reopen filehandle for our output (if we can) and
3463 context, capturing its output. This of course causes C<DB::DB> to get called
3587 # Called in array context. call sub and capture output.
3609 # Turn off output record separator.
3690 The user-interface functions (all of the C<cmd_*> functions) just output
5111 # Save eval failure, command failure, extended OS error, output field
5112 # separator, input record separator, output record separator and
5116 $, = ""; # output field separator is null string
5118 $\ = ""; # output record separator is null string
5127 debugger output.
5266 It gets a filehandle (to which C<dumpvar.pl>'s output will be directed) and
5269 The incoming filehandle is selected for output (C<dumpvar.pl> is printing to
5302 # Save the current output filehandle and switch to the one
5381 and $LINEINFO eq $OUT # normal output
5480 # These variables are used to capture output from caller();
5821 and output to STDOUT, then C<sleep> for a very long time, routing this output
5836 # Get the output from 'tty' and clean it up a little.
5962 I know how to switch the output to a different window in xterms
6379 to be set to the filehandle to be used to output warnings; it makes no
6395 This routine handles restoring the debugger's input and output filehandles
6397 the debugger's output filehandle to $LINEINFO if it was already open there.
6420 # Unbuffer the output filehandle.
6425 # Point LINEINFO to the same output filehandle if it was there before.
6436 Sets the input and output filehandles to the specified files or pipes.
6458 # Use the same file for both input and output.
6666 # If this is a valid "thing to be opened for output", tack a
6693 information for output.
6869 I<pager> program for output of \"|cmd\";
6927 B<|>[B<|>]I<db_cmd> Send output to pager B<$psh>\[B<$psh>\] I<syscmd> Run cmd in a subprocess
7045 I<pager> program for output of \"|cmd\";
7101 B<|>[B<|>]I<db_cmd> Send output to pager B<$psh>\[B<$psh>\] I<syscmd> Run cmd in a subprocess
7260 be able to get a stack trace, and output the warning message vi C<DB::dbwarn()>.