Searched refs:PL_maxscream (Results 1 – 6 of 6) sorted by relevance
641 if (pos > PL_maxscream) { in PP()642 if (PL_maxscream < 0) { in PP()643 PL_maxscream = pos + 80; in PP()645 New(302, PL_screamnext, PL_maxscream, I32); in PP()648 PL_maxscream = pos + pos / 4; in PP()649 Renew(PL_screamnext, PL_maxscream, I32); in PP()
797 #undef PL_maxscream798 #define PL_maxscream (*Perl_Tmaxscream_ptr(aTHX))
80 #define PL_maxscream (vTHX->Tmaxscream) macro1189 #define PL_maxscream (aTHX->Tmaxscream) macro1329 #define PL_Tmaxscream PL_maxscream
3072 PL_maxscream = -1;
4543 PL_maxscream = -1;
11343 PL_maxscream = -1; /* reinits on demand */ in perl_clone_using()