Searched refs:CXt_BLOCK (Results 1 – 7 of 7) sorted by relevance
1700 case CXt_BLOCK: in Perl_dounwind()2265 (void)cx_pushblock(CXt_BLOCK, gimme, PL_stack_sp, PL_savestack_ix); in PP()2277 assert(CxTYPE(cx) == CXt_BLOCK); in PP()2826 assert(CxTYPE(cx) == CXt_BLOCK); in PP()3273 case CXt_BLOCK: in PP()
1116 #define CXt_BLOCK 2 macro
1755 case CXt_BLOCK: in Perl_cx_dump()
347 assert(CxTYPE(cx) == CXt_BLOCK || CxTYPE_is_LOOP(cx)); in PP()
15042 case CXt_BLOCK:
4117 context types are C<CXt_SUB>, C<CXt_EVAL> etc., as well as C<CXt_BLOCK>4124 =for apidoc Cmnh||CXt_BLOCK4144 C<CXt_BLOCK>. This stores the old values of various scope-related4181 the C<cx> struct. Note that C<CXt_NULL> and C<CXt_BLOCK> don't have their4284 C<CXt_BLOCK>, and later change it to C<CXt_foo> when doing the
125 CXt_BLOCK # Z added by devel/scanprov