Searched refs:PL_markstack_max (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.h66 #define PUSHMARK(p) if (++PL_markstack_ptr == PL_markstack_max) \
H A Dscope.c143 I32 oldmax = PL_markstack_max - PL_markstack;
148 PL_markstack_max = PL_markstack + newmax;
H A Dperlapi.h793 #undef PL_markstack_max
794 #define PL_markstack_max (*Perl_Tmarkstack_max_ptr(aTHX))
H A Dembedvar.h78 #define PL_markstack_max (vTHX->Tmarkstack_max) macro
1187 #define PL_markstack_max (aTHX->Tmarkstack_max) macro
1327 #define PL_Tmarkstack_max PL_markstack_max
H A Dmg.c2564 if (PL_markstack_ptr < PL_markstack_max - 2)
H A Dperl.c3962 PL_markstack_max = PL_markstack + REASONABLE(32);
H A Dsv.c11242 PL_markstack_max = PL_markstack + (proto_perl->Tmarkstack_max

Completed in 61 milliseconds