Home
last modified time | relevance | path

Searched refs:blk_oldsp (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Ddeb.c315 stack_min = cx->blk_oldsp; in Perl_deb_stack_all()
318 stack_max = cx_n->blk_oldsp; in Perl_deb_stack_all()
Dpp_ctl.c2045 rpp_obliterate_stack_to(cx->blk_oldsp); in Perl_die_unwind()
2365 rpp_popfree_to_NN(PL_stack_base + CX_CUR()->blk_oldsp); in PP()
2469 oldsp = PL_stack_base + cx->blk_oldsp; in PP()
2622 cx->blk_oldsp = PL_stack_sp - PL_stack_base; in PP()
2626 ? cx->blk_oldsp + 1 in PP()
2656 oldsp = PL_stack_base + cx->blk_oldsp; in PP()
2705 oldsp = PL_stack_base + cx->blk_oldsp; /* last arg of previous frame */ in PP()
2858 leave_adjust_stacks(MARK, PL_stack_base + cx->blk_oldsp, in PP()
2880 oldsp = PL_stack_base + cx->blk_oldsp; in PP()
2995 : cx->blk_oldsp in PP()
[all …]
Dinline.h3582 cx->blk_oldsp = (Stack_off_t)(sp - PL_stack_base); in Perl_cx_pushblock()
3585 || cx->blk_oldsp >= (cx-1)->blk_oldsp); in Perl_cx_pushblock()
3635 Perl_rpp_popfree_to(aTHX_ PL_stack_base + cx->blk_oldsp); in Perl_cx_topblock()
Dcop.h1013 #define blk_oldsp cx_u.cx_blk.blku_oldsp macro
Dpp_hot.c235 rpp_popfree_to_NN(PL_stack_base + CX_CUR()->blk_oldsp); in PP()
531 rpp_popfree_to_NN(PL_stack_base + CX_CUR()->blk_oldsp); in PP()
5022 ? ix > cx->blk_oldsp in PP()
6127 oldsp = PL_stack_base + cx->blk_oldsp; /* last arg of previous frame */ in PP()
Dpp_sort.c977 assert(cx->blk_oldsp == 0); in PP()
Dscope.c1756 PerlIO_printf(Perl_debug_log, "BLK_OLDSP = %ld\n", (long)cx->blk_oldsp); in Perl_cx_dump()
Dpp_sys.c1793 rpp_popfree_to_NN(PL_stack_base + cx->blk_oldsp); /* ignore retval of formline */ in PP()
Dpp.c7143 SP = PL_stack_base + CX_CUR()->blk_oldsp;
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlguts.pod4221 cx->blk_oldsp = MARK - PL_stack_base;
4261 items being iterated over on the stack, and so sets C<blk_oldsp> to the
4262 top of these items instead. Note that, contrary to its name, C<blk_oldsp>
4325 oldsp = PL_stack_base + cx->blk_oldsp; /* last arg of previous frame */
4852 PL_stack_sp = PL_stack_base + cx->blk_oldsp;
4858 rpp_popfree_to(PL_stack_base + cx->blk_oldsp);
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D500300756 blk_oldsp # Z added by devel/scanprov