Searched refs:CxEVALBLOCK (Results 1 – 4 of 4) sorted by relevance
2 CxEVALBLOCK # Z added by devel/scanprov
1176 #define CxEVALBLOCK(c) (((c)->cx_type & (CXTYPEMASK|CXp_EVALBLOCK)) \ macro1189 #define CxTRYBLOCK(c) CxEVALBLOCK(c)
2908 return CxEVALBLOCK(cx) in PP()3486 if (!CxEVALBLOCK(cx)) { in PP()3832 else if (CxTYPE(cx) == CXt_EVAL && !CxEVALBLOCK(cx)) in Perl_find_runcv_where()
3372 else if (CxTYPE(cx) == CXt_EVAL && !CxEVALBLOCK(cx)) in S_deb_curcv()