Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DChecker.pm74 sub end_over_block { --$_[0]{'Indent'} } global() subroutine
H A DText.pm57 sub end_over_block { --$_[0]{'Indent'} } global() subroutine
H A DXHTML.pm432 sub end_over_block { $_[0]{'scratch'} .= '</ul>'; $_[0]->emit } global() subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DText.pm571 sub end_over_block { $_[0]->over_common_end } global() subroutine
H A DMan.pm1401 sub end_over_block { $_[0]->over_common_end } global() subroutine
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Dpodcheck.t982 sub end_over_block { shift->end_over(@_) } global() subroutine