Searched refs:seq_f (Results 1 – 4 of 4) sorted by relevance
57 sub seq_f { return colored ($_[1], 'cyan') } subroutine
94 sub seq_f { local $_ = strip_format (@_); s/(.)/_\b$1/g; $_ } subroutine
257 elsif ($command eq 'F') { return $self->seq_f ($_) }374 sub seq_f { return $_[0]{alt} ? "\"$_[1]\"" : $_[1] } subroutine
318 elsif ($command eq 'F') { return $self->seq_f ($_) }441 sub seq_f { return $_[0]{alt} ? "\"$_[1]\"" : $_[1] } subroutine