Home
last modified time | relevance | path

Searched defs:start_head3 (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DChecker.pm56 sub start_head3 { $_[0]{'Thispara'} = '' } subroutine
H A DText.pm40 sub start_head3 { $_[0]{'Thispara'} = '' } subroutine
H A DJustPod.pm74 sub start_head3 { shift->_generic_start('=head3', @_); } subroutine
H A DXHTML.pm438 sub start_head3 { $_[0]{'in_head'} = 3; $_[0]{htext} = $_[0]{hhtml} = ''; } subroutine
/openbsd/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/
H A DChecker.pm878 sub start_head3 { shift->start_head(3, @_) } subroutine