Searched refs:pp_each (Results 1 – 4 of 4) sorted by relevance
1803 #define pp_each Perl_pp_each macro3845 #define pp_each() Perl_pp_each(aTHX) macro
3810 PP(pp_each) in PP() argument
14747 Log: avoid useless use of target for pp_each(); also fixes bugs due to
1581 sub pp_each { unop(@_, "each") } subroutine