Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DText.pm39 sub start_head2 { $_[0]{'Thispara'} = '' } subroutine
H A DChecker.pm55 sub start_head2 { $_[0]{'Thispara'} = '' } subroutine
H A DJustPod.pm73 sub start_head2 { shift->_generic_start('=head2', @_); } subroutine
H A DXHTML.pm437 sub start_head2 { $_[0]{'in_head'} = 2; $_[0]{htext} = $_[0]{hhtml} = ''; } subroutine
/openbsd/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/
H A DChecker.pm877 sub start_head2 { shift->start_head(2, @_) } subroutine