Home
last modified time | relevance | path

Searched refs:PL_retstack_ix (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dcc_runtime.h57 PL_retstack[PL_retstack_ix - 1] = Nullop; \
Dcop.h330 cx->blk_oldretsp = PL_retstack_ix, \
342 PL_retstack_ix = cx->blk_oldretsp, \
354 PL_retstack_ix = cx->blk_oldretsp, \
Dscope.c113 if (PL_retstack_ix == PL_retstack_max) { in Perl_push_return()
117 PL_retstack[PL_retstack_ix++] = retop; in Perl_push_return()
123 if (PL_retstack_ix > 0) in Perl_pop_return()
124 return PL_retstack[--PL_retstack_ix]; in Perl_pop_return()
Ddeb.c274 ret_max = PL_retstack_ix; in Perl_deb_stack_all()
Dmg.c2613 if (PL_retstack_ix < PL_retstack_max - 2) in Perl_sighandler()
2633 PL_retstack_ix++; in Perl_sighandler()
2634 PL_retstack[PL_retstack_ix] = NULL; in Perl_sighandler()
2699 PL_retstack_ix--; in Perl_sighandler()
Dembedvar.h146 #define PL_retstack_ix (vTHX->Tretstack_ix) macro
1264 #define PL_retstack_ix (aTHX->Tretstack_ix) macro
1404 #define PL_Tretstack_ix PL_retstack_ix
Dperlapi.h950 #undef PL_retstack_ix
951 #define PL_retstack_ix (*Perl_Tretstack_ix_ptr(aTHX))
Dperl.c4480 PL_retstack_ix = 0;
Dsv.c11510 PL_retstack_ix = proto_perl->Tretstack_ix; in perl_clone_using()
11513 Copy(proto_perl->Tretstack, PL_retstack, PL_retstack_ix, OP*); in perl_clone_using()