Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dcop.h1167 #define CxMULTICALL(c) ((c)->cx_type & CXp_MULTICALL) macro
1439 assert(CxMULTICALL(cx)); \
H A Dpp_ctl.c2501 if (CxMULTICALL(cx)) { in PP()
3016 else if (CxMULTICALL(cx)) in PP()
3282 pseudo_block = cBOOL(CxMULTICALL(cx)); in PP()
H A Dinline.h2780 assert( (CxTYPE(cx) == CXt_SUB && CxMULTICALL(cx)) in Perl_cx_popblock()
H A Dpp_hot.c5212 if (CxMULTICALL(cx)) { in PP()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500900313 CxMULTICALL # Z added by devel/scanprov