Home
last modified time | relevance | path

Searched refs:_uncolorized_length (Results 1 – 1 of 1) sorted by relevance

/dports/textproc/p5-Text-FormatTable/Text-FormatTable-1.03/lib/Text/
H A DFormatTable.pm36 sub _uncolorized_length($) subroutine
49 my $l = _uncolorized_length $s;
59 my $len = _uncolorized_length $str;
89 my $l = _uncolorized_length $t;
102 if ( _uncolorized_length $1 > $width_m1 )
136 map { $_ .= ' 'x($width-_uncolorized_length($_)) } @$lines;
145 map { $_ = (' 'x($width-_uncolorized_length($_)).$_) } @$lines;