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

/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/lib/Term/
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...]

Completed in 52 milliseconds