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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm222 $self->output ($self->reformat ($_ . "\n"));
455 my $output = $self->reformat ($tag);
459 $self->output ($self->reformat ($_)) if /\S/;
461 $_ = $self->reformat ($_);
497 # reformat and returns the formatted text.
498 sub reformat { subroutine
H A DText.pm267 $self->output ($self->reformat ($_ . "\n"));
539 my $output = $self->reformat ($tag);
551 $self->output ($self->reformat ($_)) if $_ && /\S/;
555 $_ = $self->reformat ($_);
591 # reformat and returns the formatted text.
592 sub reformat { subroutine

Completed in 27 milliseconds