Home
last modified time | relevance | path

Searched refs:cmd_i (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/lib/Pod/
H A DUsage.pm286 sub cmd_i { subroutine
289 return $self->SUPER::cmd_i(@_) if $self->isa('Pod::Text::Termcap');
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/
H A DColor.pm48 sub cmd_i { return colored ($_[2], 'yellow') }
47 sub cmd_i { return colored ($_[2], 'yellow') } global() subroutine
H A DOverstrike.pm86 sub cmd_i { local $_ = $_[0]->strip_format ($_[2]); s/(.)/_\b$1/g; $_ }
85 sub cmd_i { local $_ = $_[0]->strip_format ($_[2]); s/(.)/_\b$1/g; $_ } global() subroutine
H A DTermcap.pm99 sub cmd_i { my $self = shift; return "$$self{UNDL}$_[1]$$self{NORM}" }
98 sub cmd_i { my $self = shift; return "$$self{UNDL}$_[1]$$self{NORM}" } global() subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DText.pm619 sub cmd_i { return '*' . $_[2] . '*' }
617 sub cmd_i { return '*' . $_[2] . '*' } global() subroutine