Searched defs:start_Para (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/ | ||
H A D | Checker.pm | 44 sub start_Para { $_[0]{'Thispara'} = '' } global() subroutine |
H A D | Text.pm | 38 sub start_Para { $_[0]{'Thispara'} = '' } global() subroutine |
H A D | XHTML.pm | 389 sub start_Para { global() subroutine |
/openbsd-src/gnu/usr.bin/perl/t/porting/ | ||
H A D | podcheck.t | 909 sub start_Para { global() subroutine |
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/ | ||
H A D | Checker.pm | 850 sub start_Para { shift->_init_event(@_); } subroutine |