Lines Matching defs:ReadLine

213 =item * ReadLine 
215 If false, a dummy ReadLine is used, so you can debug
216 ReadLine applications.
1008 ReadLine NonStop LineInfo
1058 ReadLine => \&ReadLine,
1448 #require Term::ReadLine;
2987 Manages the commands in C<@hist> (which is created if C<Term::ReadLine> reports
5715 In either case, we set up the terminal next. If the C<ReadLine> option was
5716 true, we'll get a C<Term::ReadLine> object for the current terminal and save
5725 eval { require Term::ReadLine } or die $@;
5761 # If we shouldn't use Term::ReadLine, don't.
5763 $term = new Term::ReadLine::Stub 'perldb', $IN, $OUT;
5766 # We're using Term::ReadLine. Get all the attributes for this terminal.
5768 $term = new Term::ReadLine 'perldb', $IN, $OUT;
6202 pager quote ReadLine recallCommand RemotePort ShellBang TTY CommandSet
6500 =head2 C<ReadLine>
6502 Sets the C<$rl> option variable. If 0, we use C<Term::ReadLine::Stub>
6504 use C<Term::ReadLine>. Can't be changed after a terminal's in place; we save
6509 sub ReadLine {
6511 &warn("Too late to set ReadLine, enabled on next `R'!\n") if @_;
6515 } ## end sub ReadLine
6546 print $OUT "tkRunning not supported by current ReadLine package.\n";
6708 s/^Term::ReadLine::readline$/readline/; # simplify readline
6870 I<tkRunning> run Tk while prompting (with ReadLine);
6895 I<ReadLine>, I<NonStop>, and I<RemotePort> there (or use
7046 I<tkRunning> run Tk while prompting (with ReadLine);
7071 I<ReadLine>, I<NonStop>, and I<RemotePort> there (or use
7122 <Term::ReadLine::TermCap>).
7159 $Term::ReadLine::TermCap::rl_term_set[2]
7161 . $Term::ReadLine::TermCap::rl_term_set[3]
7167 $Term::ReadLine::TermCap::rl_term_set[0]
7169 . $Term::ReadLine::TermCap::rl_term_set[1]