Home
last modified time | relevance | path

Searched refs:CXp_EVALBLOCK (Results 1 – 6 of 6) sorted by relevance

/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D50330073 CXp_EVALBLOCK # Z added by devel/scanprov
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D50330073 CXp_EVALBLOCK # Z added by devel/scanprov
/dports/lang/perl5.34/perl-5.34.0/
H A Dcop.h1061 #define CXp_EVALBLOCK 0x40 /* eval{}, not eval'' or similar */ macro
1084 #define CxEVALBLOCK(c) (((c)->cx_type & (CXTYPEMASK|CXp_EVALBLOCK)) \
1085 == (CXt_EVAL|CXp_EVALBLOCK))
1092 #define CXp_TRYBLOCK CXp_EVALBLOCK
H A Dpp_ctl.c4632 cx = cx_pushblock((CXt_EVAL|CXp_EVALBLOCK|CXp_TRY), gimme, in PP()
4686 cx = cx_pushblock((CXt_EVAL|CXp_EVALBLOCK), gimme, in Perl_create_eval_scope()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dcop.h1053 #define CXp_EVALBLOCK 0x40 /* eval{}, not eval'' or similar */ macro
1076 #define CxEVALBLOCK(c) (((c)->cx_type & (CXTYPEMASK|CXp_EVALBLOCK)) \
1077 == (CXt_EVAL|CXp_EVALBLOCK))
1084 #define CXp_TRYBLOCK CXp_EVALBLOCK
H A Dpp_ctl.c4653 cx = cx_pushblock((CXt_EVAL|CXp_EVALBLOCK|CXp_TRY), gimme, in PP()
4707 cx = cx_pushblock((CXt_EVAL|CXp_EVALBLOCK), gimme, in Perl_create_eval_scope()