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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.pm52 $terminal->Tpad($string, $count, $FH);
67 B<Tgoto> and B<Tpad> do not cache. C<$self-E<gt>{_xx}> is the raw termcap
70 print $terminal->Tpad($self->{_xx}, 1);
72 B<Tgoto>, B<Tputs>, and B<Tpad> return the string and will also
179 # Compute PADDING factor from OSPEED (to be used by Tpad)
347 # $terminal->Tpad($string, $cnt, $FH);
349 =item B<Tpad>
378 sub Tpad { ## public subroutine
414 A count passed to Tpad to modify the padding applied to the output string.
435 $string = Tpad(
[all...]

Completed in 14 milliseconds