Home
last modified time | relevance | path

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 DChecker.pm42 sub handle_text { $_[0]{'Errata_seen'} and $_[0]{'Thispara'} .= $_[1] } global() subroutine
H A DText.pm36 sub handle_text { $_[0]{'Thispara'} .= $_[1] } global() subroutine
H A DJustPod.pm40 sub handle_text { global() subroutine
[all...]
H A DXHTML.pm344 sub handle_text { global() subroutine
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Dpodcheck.t856 sub handle_text { global() subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/
H A DChecker.pm828 sub handle_text { $_[0]{'_thispara'} .= $_[1] } subroutine