Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/
H A DColor.pm45 sub cmd_b { return colored ($_[2], 'bold') } global() subroutine
H A DTermcap.pm97 sub cmd_b { my $self = shift; return "$$self{BOLD}$_[1]$$self{NORM}" } global() subroutine
H A DOverstrike.pm83 sub cmd_b { local $_ = $_[0]->strip_format ($_[2]); s/(.)/$1\b$1/g; $_ } global() subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DText.pm615 sub cmd_b { return $_[0]{alt} ? "``$_[2]''" : $_[2] } global() subroutine
H A DMan.pm1288 sub cmd_b { return $_[0]->{IN_NAME} ? $_[2] : '\f(BS' . $_[2] . '\f(BE' } global() subroutine
/openbsd-src/gnu/usr.bin/perl/lib/
H A Dperl5db.pl4983 sub cmd_b { global() subroutine