Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dscope.c113 if (PL_retstack_ix == PL_retstack_max) { in Perl_push_return()
114 PL_retstack_max = GROW(PL_retstack_max); in Perl_push_return()
115 Renew(PL_retstack, PL_retstack_max, OP*); in Perl_push_return()
Dembedvar.h147 #define PL_retstack_max (vTHX->Tretstack_max) macro
1265 #define PL_retstack_max (aTHX->Tretstack_max) macro
1405 #define PL_Tretstack_max PL_retstack_max
Dperlapi.h952 #undef PL_retstack_max
953 #define PL_retstack_max (*Perl_Tretstack_max_ptr(aTHX))
Dmg.c2613 if (PL_retstack_ix < PL_retstack_max - 2) in Perl_sighandler()
Dperl.c4481 PL_retstack_max = REASONABLE(16);
Dsv.c11511 PL_retstack_max = proto_perl->Tretstack_max; in perl_clone_using()
11512 Newz(54, PL_retstack, PL_retstack_max, OP*); in perl_clone_using()