Searched refs:Tputs (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.t81 is( $t->Tputs('PADDING'), 2, 'Tputs() should return existing value' );
82 is( $t->Tputs('pc', 2), 'pc', 'Tputs() should delegate to Tpad()' );
83 $t->Tputs('pc', 1, *OUT);
84 is( $t->{pc}, 'pc', 'Tputs() should cache pc value when asked' );
85 is( $out->read(), 'pc', 'Tputs() should write to filehandle when passed' );
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...]
H A DReadLine.pm354 @rl_term_set = map {$_ ? $terminal->Tputs($_,1) || '' : ''} @ts;
/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/ext/re/t/
H A Dre.t63 sub Tputs { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.pm91 my $colors = join "\t", map {$terminal->Tputs($_,1)} @props;

Completed in 523 milliseconds