Searched defs:ReadLine (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.t11 package Term::ReadLine::Mock;
12 our @ISA = 'Term::ReadLine::Stub';
13 sub ReadLine {'Term::ReadLine::Mock'}; subroutine
23 use_ok('Term::ReadLine');
26 my $t = new Term::ReadLine 'test term::readline';
30 isa_ok($t, 'Term::ReadLine::Mock');
32 for my $method (qw( ReadLine readline addhistory IN OUT MinLine
37 is($t->ReadLine, 'Term::ReadLine
[all...]
H A DReadLine.pm3 Term::ReadLine - Perl interface to various C<readline> packages.
8 use Term::ReadLine;
9 my $term = new Term::ReadLine 'Simple Perl calc';
22 this description is written, the only such package is Term-ReadLine,
30 $term = new Term::ReadLine 'name';
36 where $term is a return value of Term::ReadLine-E<gt>new().
40 =item C<ReadLine>
43 values are C<Term::ReadLine::Gnu>, C<Term::ReadLine::Perl>,
44 C<Term::ReadLine
189 sub ReadLine {'Term::ReadLine::Stub'} subroutine
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl213 =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> objec
6509 sub ReadLine { subroutine
[all...]

Completed in 59 milliseconds