Home
last modified time | relevance | path

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

/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D50330076 CxTRY # Z added by devel/scanprov
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D50330076 CxTRY # Z added by devel/scanprov
/dports/lang/perl5.34/perl-5.34.0/
H A Dcop.h1086 #define CxTRY(c) (((c)->cx_type & (CXTYPEMASK|CXp_TRY)) \ macro
H A Dpp_ctl.c1341 if(CxTRY(cx)) in S_dopoptolabel()
1463 if (CxTRY(cx)) in S_dopoptosub_at()
1501 if(CxTRY(cx)) in S_dopoptoloop()
4740 retop = CxTRY(cx) ? PL_op->op_next : cx->blk_eval.retop; in PP()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dcop.h1078 #define CxTRY(c) (((c)->cx_type & (CXTYPEMASK|CXp_TRY)) \ macro
H A Dpp_ctl.c1342 if(CxTRY(cx)) in S_dopoptolabel()
1464 if (CxTRY(cx)) in S_dopoptosub_at()
1502 if(CxTRY(cx)) in S_dopoptoloop()
4761 retop = CxTRY(cx) ? PL_op->op_next : cx->blk_eval.retop; in PP()