Searched defs:handle_text (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 | 42 sub handle_text { $_[0]{'Errata_seen'} and $_[0]{'Thispara'} .= $_[1] } global() subroutine |
H A D | Text.pm | 36 sub handle_text { $_[0]{'Thispara'} .= $_[1] } global() subroutine |
H A D | JustPod.pm | 40 sub handle_text { global() subroutine |
H A D | XHTML.pm | 344 sub handle_text { global() subroutine |
/openbsd-src/gnu/usr.bin/perl/t/porting/ | ||
H A D | podcheck.t | 856 sub handle_text { global() subroutine |
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/ | ||
H A D | Checker.pm | 828 sub handle_text { $_[0]{'_thispara'} .= $_[1] } subroutine |