Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DChecker.pm59 sub start_head4 { $_[0]{'Thispara'} = '' } global() subroutine
H A DText.pm42 sub start_head4 { $_[0]{'Thispara'} = '' } global() subroutine
H A DJustPod.pm76 sub start_head4 { shift->_generic_start('=head4', @_); } global() subroutine
H A DXHTML.pm402 sub start_head4 { $_[0]{'in_head'} = 4; $_[0]{htext} = ''; } global() subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/
H A DChecker.pm879 sub start_head4 { shift->start_head(4, @_) } subroutine