Searched defs:cmd_b (Results 1 – 6 of 6) sorted by relevance
45 sub cmd_b { return colored ($_[2], 'bold') } global() subroutine
97 sub cmd_b { my $self = shift; return "$$self{BOLD}$_[1]$$self{NORM}" } global() subroutine
83 sub cmd_b { local $_ = $_[0]->strip_format ($_[2]); s/(.)/$1\b$1/g; $_ } global() subroutine
615 sub cmd_b { return $_[0]{alt} ? "``$_[2]''" : $_[2] } global() subroutine
1288 sub cmd_b { return $_[0]->{IN_NAME} ? $_[2] : '\f(BS' . $_[2] . '\f(BE' } global() subroutine
4983 sub cmd_b { global() subroutine