Home
last modified time | relevance | path

Searched defs:cmd_f (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/
H A DColor.pm46 sub cmd_f { return colored ($_[2], 'cyan') } global() subroutine
H A DOverstrike.pm84 sub cmd_f { local $_ = $_[0]->strip_format ($_[2]); s/(.)/_\b$1/g; $_ } global() subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DText.pm616 sub cmd_f { return $_[0]{alt} ? "\"$_[2]\"" : $_[2] } global() subroutine
H A DMan.pm1290 sub cmd_f { return $_[0]->{IN_NAME} ? $_[2] : '\f(IS' . $_[2] . '\f(IE' } global() subroutine