Home
last modified time | relevance | path

Searched refs:PL_stack_max (Results 1 – 7 of 7) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.h216 #define EXTEND(p,n) STMT_START { if (PL_stack_max - p < (int)(n)) { \
221 #define MEXTEND(p,n) STMT_START {if (PL_stack_max - p < (int)(n)) { \
308 PL_stack_max = PL_stack_base + AvMAX(t); \
H A Ddeb.c72 (IV)(PL_stack_max-PL_stack_base)); in Perl_debstackptrs()
H A Dperlapi.h961 #undef PL_stack_max
962 #define PL_stack_max (*Perl_Tstack_max_ptr(aTHX))
H A Dembedvar.h162 #define PL_stack_max (vTHX->Tstack_max) macro
1271 #define PL_stack_max (aTHX->Tstack_max) macro
1411 #define PL_Tstack_max PL_stack_max
H A Dav.c147 PL_stack_max = PL_stack_base + newmax; in Perl_av_extend()
H A Dperl.c3953 PL_stack_max = PL_stack_base + AvMAX(PL_curstack);
H A Dsv.c11274 PL_stack_max = PL_stack_base + AvMAX(PL_curstack); in perl_clone_using()