Searched refs:PERL_MULTICONCAT_MAXARG (Results 1 – 4 of 4) sorted by relevance
48 PERL_MULTICONCAT_MAXARG # Z added by devel/scanprov
167 if (!nformats || nformats > PERL_MULTICONCAT_MAXARG) in S_sprintf_is_multiconcatable()256 } *argp, *toparg, args[PERL_MULTICONCAT_MAXARG*2 + 1]; in S_maybe_multiconcat()500 if ( nargs + nadjconst > PERL_MULTICONCAT_MAXARG - 2 in S_maybe_multiconcat()501 || (argp - args + 1) > (PERL_MULTICONCAT_MAXARG*2 + 1) - 2) in S_maybe_multiconcat()
714 svpv_buf[PERL_MULTICONCAT_MAXARG]; /* buf for storing SvPV() results */ in PP()778 assert(svpv_end - svpv_buf < PERL_MULTICONCAT_MAXARG); in PP()
1609 #define PERL_MULTICONCAT_MAXARG 64 macro