Home
last modified time | relevance | path

Searched refs:pp_ucfirst (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dpp_proto.h308 PERL_CALLCONV PP(pp_ucfirst) __attribute__visibility__("hidden");
Dpp.c4085 PP_wrapped(pp_ucfirst, 1, 0)
/openbsd/src/gnu/usr.bin/perl/lib/B/
DDeparse.pm2898 sub pp_ucfirst { dq_unop(@_, "ucfirst") } subroutine