Searched defs:cmd_f (Results 1 – 4 of 4) sorted by relevance
46 sub cmd_f { return colored ($_[2], 'cyan') } global() subroutine
84 sub cmd_f { local $_ = $_[0]->strip_format ($_[2]); s/(.)/_\b$1/g; $_ } global() subroutine
616 sub cmd_f { return $_[0]{alt} ? "\"$_[2]\"" : $_[2] } global() subroutine
1290 sub cmd_f { return $_[0]->{IN_NAME} ? $_[2] : '\f(IS' . $_[2] . '\f(IE' } global() subroutine