Home
last modified time | relevance | path

Searched refs:CXt_BLOCK (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dpp_ctl.c1700 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()
H A Dcop.h1116 #define CXt_BLOCK 2 macro
H A Dscope.c1755 case CXt_BLOCK: in Perl_cx_dump()
H A Dpp_hot.c347 assert(CxTYPE(cx) == CXt_BLOCK || CxTYPE_is_LOOP(cx)); in PP()
H A Dsv.c15042 case CXt_BLOCK:
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlguts.pod4117 context types are C<CXt_SUB>, C<CXt_EVAL> etc., as well as C<CXt_BLOCK>
4124 =for apidoc Cmnh||CXt_BLOCK
4144 C<CXt_BLOCK>. This stores the old values of various scope-related
4181 the C<cx> struct. Note that C<CXt_NULL> and C<CXt_BLOCK> don't have their
4284 C<CXt_BLOCK>, and later change it to C<CXt_foo> when doing the
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5003007125 CXt_BLOCK # Z added by devel/scanprov