Searched refs:PL_scopestack_max (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dscope.c125 if (PL_scopestack_ix == PL_scopestack_max) {
126 PL_scopestack_max = GROW(PL_scopestack_max);
127 Renew(PL_scopestack, PL_scopestack_max, I32);
H A Dperlapi.h941 #undef PL_scopestack_max
942 #define PL_scopestack_max (*Perl_Tscopestack_max_ptr(aTHX))
H A Dembedvar.h152 #define PL_scopestack_max (vTHX->Tscopestack_max) macro
1261 #define PL_scopestack_max (aTHX->Tscopestack_max) macro
1401 #define PL_Tscopestack_max PL_scopestack_max
H A Dmg.c2568 if (PL_scopestack_ix < PL_scopestack_max - 3)
H A Dperl.c3968 PL_scopestack_max = REASONABLE(32);
H A Dsv.c11252 PL_scopestack_max = proto_perl->Tscopestack_max;
11253 Newz(54, PL_scopestack, PL_scopestack_max, I32);

Completed in 233 milliseconds