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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/t/
H A Dre.t63 sub Tputs { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dtermcap.pl18 ;# &Tputs(&Tgoto($TC{'cm'},$col,$row), 0, 'FILEHANDLE');
19 ;# &Tputs($TC{'dl'},$affcnt,'FILEHANDLE');
96 @Tputs = (0,200,133.3,90.9,74.3,66.7,50,33.3,16.7,8.3,5.5,4.1,2,1,.5,.2);
98 sub Tputs { subroutine
105 $decr = $Tputs[$ospeed];
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.pm15 # Avoid warnings in Tgetent and Tputs
51 $terminal->Tputs('dl', $count, $FH);
66 The output strings for B<Tputs> are cached for counts of 1 for performance.
72 B<Tgoto>, B<Tputs>, and B<Tpad> return the string and will also
117 then use to send the control strings to the terminal using B<Tputs>
397 # $terminal->Tputs($cap, $cnt, $FH);
399 =item B<Tputs>
427 sub Tputs { ## public subroutine
615 # Tputs doesn't do any % expansion.
616 $terminal->Tputs('d
[all...]

Completed in 31 milliseconds