Home
last modified time | relevance | path

Searched refs:CXt_NULL (Results 1 – 25 of 38) sorted by relevance

12

/dports/lang/perl5.30/perl-5.30.3/
H A Dpp_sort.c991 cx = cx_pushblock(CXt_NULL, gimme, PL_stack_base, old_savestack_ix); in PP()
1029 assert(CxTYPE(cx) == CXt_NULL); in PP()
H A Dpp_ctl.c1335 case CXt_NULL: in S_dopoptolabel()
1339 if (CxTYPE(cx) == CXt_NULL) /* sort BLOCK */ in S_dopoptolabel()
1483 case CXt_NULL: in S_dopoptoloop()
1487 if ((CxTYPE(cx)) == CXt_NULL) /* sort BLOCK */ in S_dopoptoloop()
1600 case CXt_NULL: in Perl_dounwind()
2470 assert(CxTYPE(&cxstack[0]) == CXt_NULL in PP()
3076 case CXt_NULL: in PP()
H A Dcop.h859 #define CXt_NULL 0 /* currently only used for sort BLOCK */ macro
H A Dscope.c1503 case CXt_NULL: in Perl_cx_dump()
H A Ddump.c3040 else if (ix == 0 && CxTYPE(cx) == CXt_NULL in S_deb_curcv()
/dports/lang/perl5.34/perl-5.34.0/
H A Dpp_sort.c886 cx = cx_pushblock(CXt_NULL, gimme, PL_stack_base, old_savestack_ix); in PP()
924 assert(CxTYPE(cx) == CXt_NULL); in PP()
H A Dpp_ctl.c1347 case CXt_NULL: in S_dopoptolabel()
1351 if (CxTYPE(cx) == CXt_NULL) /* sort BLOCK */ in S_dopoptolabel()
1507 case CXt_NULL: in S_dopoptoloop()
1511 if ((CxTYPE(cx)) == CXt_NULL) /* sort BLOCK */ in S_dopoptoloop()
1624 case CXt_NULL: in Perl_dounwind()
2504 assert(CxTYPE(&cxstack[0]) == CXt_NULL in PP()
3113 case CXt_NULL: in PP()
H A Dcop.h1029 #define CXt_NULL 0 /* currently only used for sort BLOCK */ macro
H A Dscope.c1532 case CXt_NULL: in Perl_cx_dump()
H A Ddump.c3087 else if (ix == 0 && CxTYPE(cx) == CXt_NULL in S_deb_curcv()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dpp_sort.c878 cx = cx_pushblock(CXt_NULL, gimme, PL_stack_base, old_savestack_ix); in PP()
916 assert(CxTYPE(cx) == CXt_NULL); in PP()
H A Dpp_ctl.c1348 case CXt_NULL: in S_dopoptolabel()
1352 if (CxTYPE(cx) == CXt_NULL) /* sort BLOCK */ in S_dopoptolabel()
1508 case CXt_NULL: in S_dopoptoloop()
1512 if ((CxTYPE(cx)) == CXt_NULL) /* sort BLOCK */ in S_dopoptoloop()
1625 case CXt_NULL: in Perl_dounwind()
2510 assert(CxTYPE(&cxstack[0]) == CXt_NULL in PP()
3132 case CXt_NULL: in PP()
H A Dcop.h1020 #define CXt_NULL 0 /* currently only used for sort BLOCK */ macro
H A Dscope.c1528 case CXt_NULL: in Perl_cx_dump()
H A Ddump.c3090 else if (ix == 0 && CxTYPE(cx) == CXt_NULL in S_deb_curcv()
/dports/lang/perl5.32/perl-5.32.1/
H A Dpp_sort.c889 cx = cx_pushblock(CXt_NULL, gimme, PL_stack_base, old_savestack_ix); in PP()
927 assert(CxTYPE(cx) == CXt_NULL); in PP()
H A Dpp_ctl.c1342 case CXt_NULL: in S_dopoptolabel()
1346 if (CxTYPE(cx) == CXt_NULL) /* sort BLOCK */ in S_dopoptolabel()
1492 case CXt_NULL: in S_dopoptoloop()
1496 if ((CxTYPE(cx)) == CXt_NULL) /* sort BLOCK */ in S_dopoptoloop()
1609 case CXt_NULL: in Perl_dounwind()
2489 assert(CxTYPE(&cxstack[0]) == CXt_NULL in PP()
3098 case CXt_NULL: in PP()
H A Dcop.h889 #define CXt_NULL 0 /* currently only used for sort BLOCK */ macro
H A Dscope.c1507 case CXt_NULL: in Perl_cx_dump()
H A Ddump.c3073 else if (ix == 0 && CxTYPE(cx) == CXt_NULL in S_deb_curcv()
/dports/devel/p5-Want/Want-0.29/
H A DChanges155 …> This stops the double_return() 'convert CXt_SUB to CXt_NULL' hack from working properly, as PL_c…
H A DWant.xs735 ourcx->cx_type = CXt_NULL;
/dports/devel/p5-PadWalker/PadWalker-2.5/
H A DPadWalker.xs36 case CXt_NULL: return "null"; in cxtype_name()
/dports/devel/p5-Scope-Upper/Scope-Upper-0.32/
H A DUpper.xs2095 i, cx-cxstack, SU_CX_TYPENAME(CxTYPE(cx)), SU_CX_TYPENAME(CXt_NULL))); in su_uplevel_new()
2096 cx->cx_type = (CXt_NULL | CXp_SU_UPLEVEL_NULLED); in su_uplevel_new()
2486 if (cx->cx_type == (CXt_NULL | CXp_SU_UPLEVEL_NULLED)) in su_context_real2logical()
2506 if (cx->cx_type != (CXt_NULL | CXp_SU_UPLEVEL_NULLED)) in su_context_logical2real()
/dports/devel/p5-Devel-NYTProf/Devel-NYTProf-6.10/
H A DNYTProf.xs1234 case CXt_NULL: return "CXt_NULL"; in cx_block_type()
1341 case CXt_NULL: /* FALLTHRU */ in start_cop_of_context()

12