Searched refs:pod2text (Results 1 - 14 of 14) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | Makefile | 38 pod2text.PL \
|
H A D | pod2text.PL | 38 # pod2text -- Convert POD data to formatted ASCII text. 61 # original pod2text script. 109 pod2text - Convert POD data to formatted ASCII text 113 pod2text [B<-aclost>] [B<--code>] [B<-i> I<indent>] S<[B<-q> I<quotes>]> 116 pod2text B<-h> 120 B<pod2text> is a front-end for Pod::Text and its subclasses. It uses them 203 your system support termios. With this option, the output of B<pod2text> 216 If B<pod2text> fails with errors, see L<Pod::Text> and L<Pod::Parser> for 242 If B<-t> is given, B<pod2text> will take the current width of your screen 248 If B<-t> is given, B<pod2text> wil [all...] |
H A D | pod2usage.PL | 98 3 : print the entire manpage (similar to running pod2text) 124 L<Pod::Usage>, L<pod2text(1)> 132 Based on code for B<pod2text(1)> written by
|
H A D | podselect.PL | 105 Based on code for B<Pod::Text::pod2text(1)> written by
|
H A D | podchecker.PL | 120 Based on code for B<Pod::Text::pod2text(1)> written by
|
/osnet-11/usr/src/cmd/perl/ |
H A D | Makefile | 120 # $(PODDIR)/pod2text may already exist (from "make install"), but it 124 $(PERL) $(PODDIR)/pod2text.PL 125 $(PODDIR)/pod2text $(ARTLIC_SRC) | \
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/ |
H A D | Usage.t | 94 my $pod2text = $$fake_out; 100 is( $pod2usage, $pod2text, 'Verbose level >= 2 eq pod2text' );
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | PlainText.pm | 523 # The old Pod::Text module did everything in a pod2text() function. This 525 sub pod2text { subroutine 653 (F) Pod::PlainText was invoked via the compatibility mode pod2text() interface 682 but an interface roughly compatible with the old Pod::Text::pod2text() 694 pod2text(1)
|
H A D | Text.pm | 40 # We have to export pod2text for backward compatibility. 41 @EXPORT = qw(pod2text); 622 # The old Pod::Text module did everything in a pod2text() function. This 624 sub pod2text { subroutine 779 (F) Pod::Text was invoked via the compatibility mode pod2text() interface 818 but an interface roughly compatible with the old Pod::Text::pod2text() 829 L<Pod::Parser>, L<Pod::Text::Termcap>, L<pod2text(1)>
|
H A D | Perldoc.pm | 248 -t Display pod using pod2text instead of pod2man and nroff 1718 # -added -t switch, with pod2text support
|
H A D | Usage.pm | 388 Based on code for B<Pod::Text::pod2text()> written by
|
H A D | Select.pm | 747 Based on code for B<pod2text> written by
|
H A D | Checker.pm | 1262 Based on code for B<Pod::Text::pod2text()> written by
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/ |
H A D | Color.pm | 124 B<pod2text> should be taught about those.
|
Completed in 546 milliseconds