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.c1806 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()
H A Dcop.h1122 #define CXt_BLOCK 2 macro
H A Dscope.c1782 case CXt_BLOCK: in Perl_cx_dump()
H A Dpp_hot.c534 assert(CxTYPE(cx) == CXt_BLOCK || CxTYPE_is_LOOP(cx)); in PP()
H A Dsv.c15111 case CXt_BLOCK:
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlguts.pod4124 context types are C<CXt_SUB>, C<CXt_EVAL> etc., as well as C<CXt_BLOCK>
4131 =for apidoc Cmnh||CXt_BLOCK
4151 C<CXt_BLOCK>. This stores the old values of various scope-related
4188 the C<cx> struct. Note that C<CXt_NULL> and C<CXt_BLOCK> don't have their
4291 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