Home
last modified time | relevance | path

Searched defs:start_head1 (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DChecker.pm44 sub start_head1 { subroutine
H A DText.pm38 sub start_head1 { $_[0]{'Thispara'} = '' } subroutine
H A DJustPod.pm72 sub start_head1 { shift->_generic_start('=head1', @_); } subroutine
H A DXHTML.pm436 sub start_head1 { $_[0]{'in_head'} = 1; $_[0]{htext} = $_[0]{hhtml} = ''; } subroutine
/openbsd/gnu/usr.bin/perl/t/porting/
H A Dpodcheck.t1079 sub start_head1 { subroutine
/openbsd/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/
H A DChecker.pm876 sub start_head1 { shift->start_head(1, @_) } subroutine