Home
last modified time | relevance | path

Searched refs:cxstack (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/devel/p5-Scope-Upper/Scope-Upper-0.32/
H A DUpper.xs770 saved_cx = cxstack[cxix]; in su_call()
776 cxstack[cxix] = saved_cx; in su_call()
1421 cx = cxstack + cxix; in su_yield()
2444 PERL_CONTEXT *cx = cxstack + i; in su_context_skip_db()
2485 cx = cxstack + i; in su_context_real2logical()
2505 PERL_CONTEXT *cx = cxstack + i; in su_context_logical2real()
2532 cx = cxstack + cxix; in su_context_normalize_up()
2568 next = cxstack + cxix + 1; in su_context_normalize_down()
2604 PERL_CONTEXT *cx = cxstack + i; in su_context_gimme()
3048 cx = cxstack + cxix;
[all …]
/dports/devel/p5-B-C/B-C-1.57/lib/B/
H A DCC.pm960 my $cxix = $#cxstack;
970 my $cxix = $#cxstack;
1271 push(@cxstack, {
2816 @cxstack,
2866 if ( !@cxstack ) {
2870 pop(@cxstack);
2898 if (!$cxstack[$cxix]->{'nextop'} or !$cxstack[$cxix]->{'label'}) {
2936 if (!$cxstack[$cxix]->{'redoop'} or !$cxstack[$cxix]->{'label'}) {
2977 if (!$cxstack[$cxix]->{'lastop'} or !$cxstack[$cxix]->{'label'}) {
2983 if ($cxstack[$cxix]->{lastop} and $cxstack[$cxix]->{lastop}->next) {
[all …]
/dports/devel/p5-B-C/B-C-1.57/ramblings/
H A Druntime.porting11 wantarray 7 3 cxstack, dopoptosub
181 nextstate 10 1 Update stack_sp from cxstack. FREETMPS.
184 enter 10 3 cxstack, ENTER, SAVETMPS, PUSHBLOCK
185 leave 10 3 cxstack, SAVETMPS, LEAVE, POPBLOCK
187 enteriter 9 4 cxstack
188 iter 9 3 cxstack
H A Dblogs-optimizing-4.md35 sp = PL_stack_base + cxstack[cxstack_ix].blk_oldsp; /* only needed once */
41 sp = PL_stack_base + cxstack[cxstack_ix].blk_oldsp; /* unneeded */
47 sp = PL_stack_base + cxstack[cxstack_ix].blk_oldsp; /* unneeded */
53 sp = PL_stack_base + cxstack[cxstack_ix].blk_oldsp; /* unneeded */
58 sp = PL_stack_base + cxstack[cxstack_ix].blk_oldsp; /* unneeded */
84 `sp = PL_stack_base + cxstack[cxstack_ix].blk_oldsp;` is the 2nd part of the inlined code for
118 sp = PL_stack_base + cxstack[cxstack_ix].blk_oldsp;
124 sp = PL_stack_base + cxstack[cxstack_ix].blk_oldsp;
165 sp = PL_stack_base + cxstack[cxstack_ix].blk_oldsp; /* rarely needed */
/dports/lang/p5-TryCatch/TryCatch-1.003002/
H A DTryCatch.xs23 register const PERL_CONTEXT * const cx = cxstack+i; in dump_cxstack()
45 register const PERL_CONTEXT * const cx = cxstack+i; in get_sub_context()
135 PERL_CONTEXT * cx = cxstack+cxstack_ix; in try_after_entertry()
/dports/devel/p5-B-C/B-C-1.57/
H A Dcc_runtime.h41 PL_stack_sp = PL_stack_base + cxstack[cxstack_ix].blk_oldsp; \
58 cxstack[cxstack_ix].blk_eval.retop = Nullop; \
/dports/devel/p5-PadWalker/PadWalker-2.5/
H A DPadWalker.xs56 cxtype_name(CxTYPE(&cxstack[i])), cxstack[i].blk_oldcop->cop_seq); in show_cxstack()
57 if (CxTYPE(&cxstack[i]) == CXt_SUB) { in show_cxstack()
58 CV *cv = cxstack[i].blk_sub.cv; in show_cxstack()
133 return dopoptosub_at(aTHX_ cxstack, startingblock); in dopoptosub()
143 PERL_CONTEXT *ccstack = cxstack; in upcontext()
/dports/devel/p5-B-Utils/B-Utils-0.27/
H A DOP.xs36 return BUtils_dopoptosub_at(aTHX_ cxstack, startingblock); in BUtils_dopoptosub()
46 PERL_CONTEXT *ccstack = cxstack; in BUtils_op_upcontext()
/dports/devel/p5-Syntax-Keyword-Try/Syntax-Keyword-Try-0.26/lib/Syntax/Keyword/
H A DTry.xs46 if(CxTYPE(&cxstack[cxix]) == CXt_SUB) in pp_returnintry()
49 if(CxTYPE(&cxstack[cxix]) == CXt_EVAL && CxTRYBLOCK(&cxstack[cxix])) { in pp_returnintry()
55 OP *retop = cxstack[cxix].blk_eval.retop; in pp_returnintry()
70 I32 gimme = cxstack[cxix].blk_gimme; in pp_returnintry()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dpp_ctl.c62 cx = &cxstack[cxix]; in PP()
1419 if (CxLVAL(cxstack + cxix) && CvLVALUE(cxstack[cxix].blk_sub.cv)) in Perl_is_lvalue_sub()
1420 return CxLVAL(cxstack + cxix); in Perl_is_lvalue_sub()
1432 if (CxLVAL(cxstack + cxix) && CvLVALUE(cxstack[cxix].blk_sub.cv)) in Perl_was_lvalue_sub()
2543 cx = &cxstack[cxix]; in PP()
2568 cx = &cxstack[cxix]; in PP()
2647 return &cxstack[cxix]; in S_unwind_loop()
2877 cx = &cxstack[cxix]; in PP()
3097 cx = &cxstack[ix]; in PP()
5395 cx = &cxstack[cxix]; in PP()
[all …]
/dports/lang/perl5.34/perl-5.34.0/
H A Dpp_ctl.c62 cx = &cxstack[cxix]; in PP()
1418 if (CxLVAL(cxstack + cxix) && CvLVALUE(cxstack[cxix].blk_sub.cv)) in Perl_is_lvalue_sub()
1419 return CxLVAL(cxstack + cxix); in Perl_is_lvalue_sub()
1431 if (CxLVAL(cxstack + cxix) && CvLVALUE(cxstack[cxix].blk_sub.cv)) in Perl_was_lvalue_sub()
2537 cx = &cxstack[cxix]; in PP()
2562 cx = &cxstack[cxix]; in PP()
2634 return &cxstack[cxix]; in S_unwind_loop()
2864 cx = &cxstack[cxix]; in PP()
3078 cx = &cxstack[ix]; in PP()
5374 cx = &cxstack[cxix]; in PP()
[all …]
/dports/lang/perl5.32/perl-5.32.1/
H A Dpp_ctl.c62 cx = &cxstack[cxix]; in PP()
1413 if (CxLVAL(cxstack + cxix) && CvLVALUE(cxstack[cxix].blk_sub.cv)) in Perl_is_lvalue_sub()
1414 return CxLVAL(cxstack + cxix); in Perl_is_lvalue_sub()
1426 if (CxLVAL(cxstack + cxix) && CvLVALUE(cxstack[cxix].blk_sub.cv)) in Perl_was_lvalue_sub()
1427 return CxLVAL(cxstack + cxix); in Perl_was_lvalue_sub()
2522 cx = &cxstack[cxix]; in PP()
2547 cx = &cxstack[cxix]; in PP()
2619 return &cxstack[cxix]; in S_unwind_loop()
3063 cx = &cxstack[ix]; in PP()
5314 cx = &cxstack[cxix]; in PP()
[all …]
/dports/lang/perl5.30/perl-5.30.3/
H A Dpp_ctl.c56 cx = &cxstack[cxix]; in PP()
1404 if (CxLVAL(cxstack + cxix) && CvLVALUE(cxstack[cxix].blk_sub.cv)) in Perl_is_lvalue_sub()
1405 return CxLVAL(cxstack + cxix); in Perl_is_lvalue_sub()
1417 if (CxLVAL(cxstack + cxix) && CvLVALUE(cxstack[cxix].blk_sub.cv)) in Perl_was_lvalue_sub()
1418 return CxLVAL(cxstack + cxix); in Perl_was_lvalue_sub()
2503 cx = &cxstack[cxix]; in PP()
2528 cx = &cxstack[cxix]; in PP()
2600 return &cxstack[cxix]; in S_unwind_loop()
3041 cx = &cxstack[ix]; in PP()
5287 cx = &cxstack[cxix]; in PP()
[all …]
/dports/lang/perl5.34/perl-5.34.0/ext/File-DosGlob/
H A DDosGlob.xs50 (char *)&cxstack[cxstack_ix].blk_sub.retop, sizeof(OP *)
/dports/lang/perl5.30/perl-5.30.3/ext/File-DosGlob/
H A DDosGlob.xs50 (char *)&cxstack[cxstack_ix].blk_sub.retop, sizeof(OP *)
/dports/lang/perl5.32/perl-5.32.1/ext/File-DosGlob/
H A DDosGlob.xs50 (char *)&cxstack[cxstack_ix].blk_sub.retop, sizeof(OP *)
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/File-DosGlob/
H A DDosGlob.xs50 (char *)&cxstack[cxstack_ix].blk_sub.retop, sizeof(OP *)
/dports/devel/p5-Scalar-Util-LooksLikeNumber/Scalar-Util-LooksLikeNumber-1.39.1/
H A DLooksLikeNumber.xs35 …Renew(cxstack, cxstack_max + 1, struct context); /* fencepost bug in older CXINC macros requires +… in my_cxinc()
/dports/devel/p5-true/true-v1.0.2/
H A Dtrue.xs14 #define CX_CUR() (&cxstack[cxstack_ix])
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A Dcop79 register I32 cxix = DPPP_dopoptosub_at(cxstack, cxstack_ix);
81 register const PERL_CONTEXT *ccstack = cxstack;
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/inc/
H A Dcop79 I32 cxix = DPPP_dopoptosub_at(cxstack, cxstack_ix);
81 const PERL_CONTEXT *ccstack = cxstack;
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/inc/
H A Dcop79 register I32 cxix = DPPP_dopoptosub_at(cxstack, cxstack_ix);
81 register const PERL_CONTEXT *ccstack = cxstack;
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/inc/
H A Dcop79 I32 cxix = DPPP_dopoptosub_at(cxstack, cxstack_ix);
81 const PERL_CONTEXT *ccstack = cxstack;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/inc/
H A Dcop79 I32 cxix = DPPP_dopoptosub_at(cxstack, cxstack_ix);
81 const PERL_CONTEXT *ccstack = cxstack;
/dports/devel/p5-Want/Want-0.29/
H A DWant.xs65 return dopoptosub_at(aTHX_ cxstack, startingblock); in dopoptosub()
74 PERL_CONTEXT *ccstack = cxstack; in upcontext()
130 PERL_CONTEXT *ccstack = cxstack; in upcontext_plus()

1234567