Home
last modified time | relevance | path

Searched defs:cmd_i (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/
H A DColor.pm47 sub cmd_i { return colored ($_[2], 'yellow') } global() subroutine
H A DTermcap.pm98 sub cmd_i { my $self = shift; return "$$self{UNDL}$_[1]$$self{NORM}" } global() subroutine
H A DOverstrike.pm85 sub cmd_i { local $_ = $_[0]->strip_format ($_[2]); s/(.)/_\b$1/g; $_ } global() subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/lib/Pod/
H A DUsage.pm286 sub cmd_i { subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DText.pm617 sub cmd_i { return '*' . $_[2] . '*' } global() subroutine
H A DMan.pm1289 sub cmd_i { return $_[0]->{IN_NAME} ? $_[2] : '\f(IS' . $_[2] . '\f(IE' } global() subroutine