Home
last modified time | relevance | path

Searched refs:CxMULTICALL (Results 1 – 23 of 23) sorted by relevance

/dports/lang/perl5.32/perl-5.32.1/
H A Dcop.h940 #define CxMULTICALL(c) ((c)->cx_type & CXp_MULTICALL) macro
1215 assert(CxMULTICALL(cx)); \
H A Dinline.h2130 assert( (CxTYPE(cx) == CXt_SUB && CxMULTICALL(cx)) in Perl_cx_popblock()
H A Dpp_ctl.c2380 if (CxMULTICALL(cx)) { in PP()
2859 else if (CxMULTICALL(cx)) in PP()
3095 pseudo_block = cBOOL(CxMULTICALL(cx)); in PP()
H A Dpp_hot.c4934 if (CxMULTICALL(cx)) { in PP()
/dports/lang/perl5.30/perl-5.30.3/
H A Dcop.h910 #define CxMULTICALL(c) ((c)->cx_type & CXp_MULTICALL) macro
1179 assert(CxMULTICALL(cx)); \
H A Dinline.h2013 assert( (CxTYPE(cx) == CXt_SUB && CxMULTICALL(cx)) in S_cx_popblock()
H A Dpp_ctl.c2361 if (CxMULTICALL(cx)) { in PP()
2840 else if (CxMULTICALL(cx)) in PP()
3073 pseudo_block = cBOOL(CxMULTICALL(cx)); in PP()
H A Dpp_hot.c4894 if (CxMULTICALL(cx)) { in PP()
/dports/lang/perl5.34/perl-5.34.0/
H A Dcop.h1081 #define CxMULTICALL(c) ((c)->cx_type & CXp_MULTICALL) macro
1344 assert(CxMULTICALL(cx)); \
H A Dpp_ctl.c2395 if (CxMULTICALL(cx)) { in PP()
2874 else if (CxMULTICALL(cx)) in PP()
3110 pseudo_block = cBOOL(CxMULTICALL(cx)); in PP()
H A Dinline.h2167 assert( (CxTYPE(cx) == CXt_SUB && CxMULTICALL(cx)) in Perl_cx_popblock()
H A Dpp_hot.c4938 if (CxMULTICALL(cx)) { in PP()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dcop.h1073 #define CxMULTICALL(c) ((c)->cx_type & CXp_MULTICALL) macro
1341 assert(CxMULTICALL(cx)); \
H A Dpp_ctl.c2395 if (CxMULTICALL(cx)) { in PP()
2887 else if (CxMULTICALL(cx)) in PP()
3129 pseudo_block = cBOOL(CxMULTICALL(cx)); in PP()
H A Dinline.h2759 assert( (CxTYPE(cx) == CXt_SUB && CxMULTICALL(cx)) in Perl_cx_popblock()
H A Dpp_hot.c4952 if (CxMULTICALL(cx)) { in PP()
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D500900313 CxMULTICALL # Z added by devel/scanprov
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D500900313 CxMULTICALL # Z added by devel/scanprov
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D500900313 CxMULTICALL # Z added by devel/scanprov
/dports/devel/p5-Data-Alias/Data-Alias-1.25/
H A DAlias.xs1412 if (CxMULTICALL(cxstack)) { /* sort block */ in DataAlias_pp_return()
1435 if (CxMULTICALL(&cxstack[cxix])) { in DataAlias_pp_return()
/dports/devel/p5-Devel-NYTProf/Devel-NYTProf-6.10/
H A DNYTProf.xs1694 #if defined(CxMULTICALL) && 0 /* disabled for now */ in DB_leave()
1699 is_multicall = (!op && cxstack_ix >= 0 && CxMULTICALL(&cxstack[cxstack_ix])); in DB_leave()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dxs.vim1221 syn keyword xsMacro CxLVAL CxMULTICALL CxOLD_IN_EVAL CxOLD_OP_TYPE CxONCE
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dxs.vim1221 syn keyword xsMacro CxLVAL CxMULTICALL CxOLD_IN_EVAL CxOLD_OP_TYPE CxONCE