Home
last modified time | relevance | path

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

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