Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DChecker.pm79 sub end_head1 { $_[0]->emit_par(-4) } global() subroutine
H A DText.pm62 sub end_head1 { $_[0]->emit_par(-4) } global() subroutine
H A DXHTML.pm484 sub end_head1 { shift->_end_head(@_); } global() subroutine
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Dpodcheck.t1094 sub end_head1 { # This is called at the end of the =head line. global() subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/
H A DChecker.pm902 sub end_head1 { shift->end_head(@_) } subroutine