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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.t14 sub readline { "a line" } subroutine
26 my $t = new Term::ReadLine 'test term::readline';
32 for my $method (qw( ReadLine readline addhistory IN OUT MinLine
38 is($t->readline, 'a line', "\$object->readline");
H A DReadLine.pm3 Term::ReadLine - Perl interface to various C<readline> packages.
12 while ( defined ($_ = $term->readline($prompt)) ) {
53 =item C<readline>
55 gets an input line, I<possibly> with actual C<readline>
61 the actual C<readline> is present.
65 return the filehandles for input and output or C<undef> if C<readline>
116 C<readline> method).
190 sub readline { subroutine
315 if (defined &Term::ReadLine::Gnu::readline) {
317 } elsif (defined &Term::ReadLine::Perl::readline) {
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl379 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(" con
6048 sub readline { subroutine
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c255 int echo_char, int readline)
543 /* If READLINE is non-zero, handle readline-like key bindings. */
544 if (readline)
750 /* If the readline-like feature is turned on and CMDLINE is not
752 if (readline && lpos < llen)
768 int echo_char, int readline)
823 ret = real_get_cmdline (prompt, cmdline, maxlen, echo_char, readline);
254 real_get_cmdline(char *prompt, char *cmdline, int maxlen, int echo_char, int readline) argument
767 get_cmdline(char *prompt, char *cmdline, int maxlen, int echo_char, int readline) argument

Completed in 23 milliseconds