Searched refs:Tpad (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/lib/Term/ |
| D | Cap.t | 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' );
|
| D | Cap.pm | 394 sub Tpad { ## public subroutine 451 $string = Tpad($self, $self->{'_' . $cap}, $cnt); 456 Tpad($self, $self->{"_$cap"}, 1) : undef; 579 $string = Tpad($self, $result . $string . $after, $cnt);
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perltoc.pod | 19435 B<Tpad>, B<$string>, B<$cnt>, B<$FH>
|