Home
last modified time | relevance | path

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

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