Searched refs:CXt_BLOCK (Results 1 – 7 of 7) sorted by relevance
1806 case CXt_BLOCK: in Perl_dounwind()2451 (void)cx_pushblock(CXt_BLOCK, gimme, PL_stack_sp, PL_savestack_ix); in PP()2463 assert(CxTYPE(cx) == CXt_BLOCK); in PP()3034 assert(CxTYPE(cx) == CXt_BLOCK); in PP()3505 case CXt_BLOCK: in PP()
1122 #define CXt_BLOCK 2 macro
1782 case CXt_BLOCK: in Perl_cx_dump()
534 assert(CxTYPE(cx) == CXt_BLOCK || CxTYPE_is_LOOP(cx)); in PP()
15111 case CXt_BLOCK:
4124 context types are C<CXt_SUB>, C<CXt_EVAL> etc., as well as C<CXt_BLOCK>4131 =for apidoc Cmnh||CXt_BLOCK4151 C<CXt_BLOCK>. This stores the old values of various scope-related4188 the C<cx> struct. Note that C<CXt_NULL> and C<CXt_BLOCK> don't have their4291 C<CXt_BLOCK>, and later change it to C<CXt_foo> when doing the
125 CXt_BLOCK # Z added by devel/scanprov