Home
last modified time | relevance | path

Searched defs:start_I (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DJustPod.pm216 sub start_I { _start_fcode('I', @_); } global() subroutine
H A DXHTML.pm650 sub start_I { $_[0]{'scratch'} .= '<i>' } global() subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/
H A DChecker.pm1033 sub start_I { shift->start_fcode('I') } subroutine