Lines Matching refs:via

46 =head2 Automated variable stacking via C<local()>
170 The array C<@{$main::{'_<'.$filename}}> (aliased locally to C<@dbline> via glob
174 The hash C<%{'_<'.$filename}> (aliased locally to C<%dbline> via glob
254 is the expanded name of the C<require>d file (as found via C<%INC>).
506 The code to be evaluated is passed via the package global variable
553 are "stacked" via C<local()>, enabling recursive calls to C<DB::eval()>.
1211 yet so the parent will give them one later via C<resetterm()>.
1222 # a term yet so the parent will give us one later via resetterm().
2006 in the file. This is done via the C<$incr>, C<$start>, and C<$max> variables.
2092 # via direct user input. It allows us to 'redo PIPE' to
2259 via C<dumpvar.pl> instead of just printing it directly.
2697 variable via C<DB::set_list>.
3032 If a command is found, it is placed in C<$cmd> and executed via <redo>.
3994 to files they came from). We mark those files for break-on-load via
4920 If this is just C<o> by itself, we list the current settings via
5150 # The following takes its argument via $evalarg to preserve current @_
5348 C<print_trace>'s job is to print a stack trace. It does this via the
5436 Actually collect the traceback information available via C<caller()>. It does
5623 Of note is the definition of the $balanced_brace_re global via ||=, which
5741 # We don't have a TTY - try to find one via Term::Rendezvous.
5798 via C<system()> which starts a new debugger, we need to be able to get a new
6141 # If so, retrieve the value via the value in %optionVars.
6148 # If so, call the subroutine via the ref in %optionAction
6180 value or to query the current value (via 'option? ').
6294 # Call the appropriate sub if it gets set via sub.
6820 B<m> I<class> Prints methods callable via the given class.
7002 B<m> I<class> Prints methods callable via the given class.
7315 displaying the exception via its C<dbwarn()> routine.
7456 to named subroutines (including those aliased via glob assignment).
7461 via that routine. If this fails, return the reference again (when the
7565 my $prepend = $prefix ? "via $prefix: " : '';