Searched defs:start_head1 (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/ | ||
H A D | Checker.pm | 46 sub start_head1 { global() subroutine |
H A D | Text.pm | 39 sub start_head1 { $_[0]{'Thispara'} = '' } global() subroutine |
H A D | JustPod.pm | 73 sub start_head1 { shift->_generic_start('=head1', @_); } global() subroutine |
H A D | XHTML.pm | 399 sub start_head1 { $_[0]{'in_head'} = 1; $_[0]{htext} = ''; } global() subroutine |
/openbsd-src/gnu/usr.bin/perl/t/porting/ | ||
H A D | podcheck.t | 1082 sub start_head1 { global() subroutine |
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/ | ||
H A D | Checker.pm | 876 sub start_head1 { shift->start_head(1, @_) } subroutine |