Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50330072 CxEVALBLOCK # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dcop.h1170 #define CxEVALBLOCK(c) (((c)->cx_type & (CXTYPEMASK|CXp_EVALBLOCK)) \ macro
1183 #define CxTRYBLOCK(c) CxEVALBLOCK(c)
H A Dpp_ctl.c2701 return CxEVALBLOCK(cx) in PP()
3254 if (!CxEVALBLOCK(cx)) { in PP()
3600 else if (CxTYPE(cx) == CXt_EVAL && !CxEVALBLOCK(cx)) in Perl_find_runcv_where()
H A Ddump.c3367 else if (CxTYPE(cx) == CXt_EVAL && !CxEVALBLOCK(cx)) in S_deb_curcv()