Home
last modified time | relevance | path

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 DChecker.pm46 sub start_head1 { global() subroutine
H A DText.pm39 sub start_head1 { $_[0]{'Thispara'} = '' } global() subroutine
H A DJustPod.pm73 sub start_head1 { shift->_generic_start('=head1', @_); } global() subroutine
H A DXHTML.pm399 sub start_head1 { $_[0]{'in_head'} = 1; $_[0]{htext} = ''; } global() subroutine
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Dpodcheck.t1082 sub start_head1 { global() subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/
H A DChecker.pm876 sub start_head1 { shift->start_head(1, @_) } subroutine