Lines Matching defs:readline

379 Stack of filehandles that C<DB::readline()> will read commands from.
380 Manipulated by the debugger's C<source> command and C<DB::readline()> itself.
410 The typeahead buffer, used by C<DB::readline>.
712 # + `v' command shows version of readline.
1098 =item C<$rl> - readline control XXX needs more explanation
1380 PERLDB_TYPEAHEAD - typeahead captured by readline()
1444 # If so, don't use readline, and set $slave_editor = 1.
2044 # from readline(), keep on processing.
2053 $cmd = &readline(
2070 $cmd .= &readline(" cont: ");
3215 Opens a lexical filehandle and stacks it on C<@cmdfhs>; C<DB::readline> will
5648 it just reads more input with X<C<readline()>> and returns it.
5653 &readline("cont: ");
6031 =head2 C<readline>
6044 core C<readline()> and return its value.
6048 sub readline {
6080 my $line = CORE::readline($cmdfhs[-1]);
6103 $term->readline(@_);
6105 } ## end sub readline
6473 # Terminal doesn't support new TTY, or doesn't support readline.
6503 (essentially, no C<readline> processing on this "terminal"). Otherwise, we
6536 false. Returns false if the current terminal doesn't support C<readline>.
6708 s/^Term::ReadLine::readline$/readline/; # simplify readline
7798 C<readline> support - adds command completion to basic C<readline>.
7800 Returns a list of possible completions to C<readline> when invoked. C<readline>
7803 If there is only a single possible completion, C<readline> will use it in full.
8095 # have readline append that.
8105 For entering filenames. We simply call C<readline>'s C<filename_list()>