Searched refs:Tgetent (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.t98 # test the first few features by forcing Tgetent() to croak (line 156)
101 eval { local $^W = 1; $t = Term::Cap->Tgetent($vals) };
102 like( $@, qr/TERM not set/, 'Tgetent() should croaks without TERM' );
103 like( $warn, qr/OSPEED was not set/, 'Tgetent() should set default OSPEED' );
108 eval { local $^W = 0; $t = Term::Cap->Tgetent($vals) };
109 is($warn,'xxxx',"Tgetent() doesn't carp() without warnings on");
114 eval { $t = Term::Cap->Tgetent($vals) };
115 is( $warn, '', 'Tgetent() should not work if OSPEED is provided' );
116 is( $vals->{PADDING}, 200, 'Tgetent() should set slow PADDING when needed' );
120 skip('Tgetent() ba
[all...]
H A DCap.pm15 # Avoid warnings in Tgetent and Tputs
19 # Fixed no argument Tgetent()
39 # keep $FH in object at Tgetent time?
48 $terminal = Tgetent Term::Cap { TERM => undef, OSPEED => $ospeed };
80 # in $Term::Cap::VMS_TERMCAP before Tgetent is called.
114 =item B<Tgetent>
130 slash and name is different from I<TERM>, B<Tgetent> searches the
160 default to $ENV{TERM}: if that is not set then B<Tgetent> will croak.
168 sub Tgetent { ## public -- static method subroutine
605 $terminal = Tgetent Ter
[all...]
H A DReadLine.pm338 $terminal = Tgetent Term::Cap ({OSPEED => 9600}); # Avoid warning.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/t/
H A Dre.t59 sub Tgetent { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dtermcap.pl17 ;# &Tgetent('vt100'); # sets $TC{'cm'}, etc.
21 sub Tgetent { subroutine
25 # warn "Tgetent: no ospeed set" unless $ospeed;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.pm88 my $terminal = Tgetent Term::Cap ({OSPEED => 9600}); # Avoid warning.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DTermcap.pm63 eval { $term = Tgetent Term::Cap { TERM => undef, OSPEED => $ospeed } };

Completed in 24 milliseconds