Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dembed.h2086 #define pp_ucfirst Perl_pp_ucfirst macro
4128 #define pp_ucfirst() Perl_pp_ucfirst(aTHX) macro
Dpp.c3407 PP(pp_ucfirst) in PP() argument
DChanges5.8.114054 Log: More comments and robustness in pp_ucfirst() and pp_lcfirst().
14732 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
DChanges5.616004 Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
/mirbsd/src/gnu/usr.bin/perl/ext/B/B/
DDeparse.pm1786 sub pp_ucfirst { dq_unop(@_, "ucfirst") } subroutine