Home
last modified time | relevance | path

Searched refs:PL_retstack_max (Results 1 – 6 of 6) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dscope.c106 if (PL_retstack_ix == PL_retstack_max) { in Perl_push_return()
107 PL_retstack_max = GROW(PL_retstack_max); in Perl_push_return()
108 Renew(PL_retstack, PL_retstack_max, OP*); in Perl_push_return()
H A Dperlapi.h927 #undef PL_retstack_max
928 #define PL_retstack_max (*Perl_Tretstack_max_ptr(aTHX))
H A Dembedvar.h145 #define PL_retstack_max (vTHX->Tretstack_max) macro
1254 #define PL_retstack_max (aTHX->Tretstack_max) macro
1394 #define PL_Tretstack_max PL_retstack_max
H A Dmg.c2566 if (PL_retstack_ix < PL_retstack_max - 2) in Perl_sighandler()
H A Dperl.c3976 PL_retstack_max = REASONABLE(16);
H A Dsv.c11259 PL_retstack_max = proto_perl->Tretstack_max; in perl_clone_using()
11260 Newz(54, PL_retstack, PL_retstack_max, OP*); in perl_clone_using()