Home
last modified time | relevance | path

Searched refs:CxEVALBLOCK (Results 1 – 8 of 8) sorted by relevance

/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D50330072 CxEVALBLOCK # Z added by devel/scanprov
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D50330072 CxEVALBLOCK # Z added by devel/scanprov
/dports/lang/perl5.34/perl-5.34.0/
H A Dcop.h1084 #define CxEVALBLOCK(c) (((c)->cx_type & (CXTYPEMASK|CXp_EVALBLOCK)) \ macro
1093 #define CxTRYBLOCK(c) CxEVALBLOCK(c)
H A Dpp_ctl.c2581 return CxEVALBLOCK(cx) in PP()
3082 if (!CxEVALBLOCK(cx)) { in PP()
3366 else if (CxTYPE(cx) == CXt_EVAL && !CxEVALBLOCK(cx)) in Perl_find_runcv_where()
H A Ddump.c3083 else if (CxTYPE(cx) == CXt_EVAL && !CxEVALBLOCK(cx)) in S_deb_curcv()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dcop.h1076 #define CxEVALBLOCK(c) (((c)->cx_type & (CXTYPEMASK|CXp_EVALBLOCK)) \ macro
1085 #define CxTRYBLOCK(c) CxEVALBLOCK(c)
H A Dpp_ctl.c2587 return CxEVALBLOCK(cx) in PP()
3101 if (!CxEVALBLOCK(cx)) { in PP()
3387 else if (CxTYPE(cx) == CXt_EVAL && !CxEVALBLOCK(cx)) in Perl_find_runcv_where()
H A Ddump.c3086 else if (CxTYPE(cx) == CXt_EVAL && !CxEVALBLOCK(cx)) in S_deb_curcv()