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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.t72 # see if Tpad() works
73 is( $t->Tpad(), undef, 'Tpad() should return undef with no arguments' );
74 is( $t->Tpad('x'), 'x', 'Tpad() should return strings verbatim with no match' );
75 is( $t->Tpad( '1*a', 2 ), 'apcpc', 'Tpad() should pad paddable strings' );
78 is( $t->Tpad( '1*a', 3, *OUT ), 'apcpc', 'Tpad() should perform pad math' );
79 is( $out->read(), 'apcpc', 'Tpad() shoul
[all...]
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 912 milliseconds