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 D | Checker.pm | 74 sub end_over_block { --$_[0]{'Indent'} } global() subroutine |
H A D | Text.pm | 57 sub end_over_block { --$_[0]{'Indent'} } global() subroutine |
H A D | XHTML.pm | 432 sub end_over_block { $_[0]{'scratch'} .= '</ul>'; $_[0]->emit } global() subroutine |
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/ | ||
H A D | Text.pm | 571 sub end_over_block { $_[0]->over_common_end } global() subroutine |
H A D | Man.pm | 1401 sub end_over_block { $_[0]->over_common_end } global() subroutine |
/openbsd-src/gnu/usr.bin/perl/t/porting/ | ||
H A D | podcheck.t | 982 sub end_over_block { shift->end_over(@_) } global() subroutine |