Searched refs:CXt_LOOP (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcop.h430 #define CXt_LOOP 3 macro
440 /* private flags for CXt_LOOP */
444 # define CxPADLOOP(c) (((c)->cx_type & (CXt_LOOP|CXp_PADVAR)) \
445 == (CXt_LOOP|CXp_PADVAR))
H A Dpp_ctl.c1135 case CXt_LOOP:
1256 case CXt_LOOP:
1287 case CXt_LOOP:
1664 U32 cxtype = CXt_LOOP;
1747 PUSHBLOCK(cx, CXt_LOOP, SP);
1935 case CXt_LOOP:
1936 pop2 = CXt_LOOP;
1978 case CXt_LOOP:
2372 case CXt_LOOP:
H A Dscope.c1107 case CXt_LOOP:
H A Dpp_hot.c1852 if (CxTYPE(cx) != CXt_LOOP)
H A Dsv.c10213 case CXt_LOOP:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm19 CXt_NULL CXt_SUB CXt_EVAL CXt_LOOP CXt_SUBST CXt_BLOCK
361 while ($cxix >= 0 && $cxstack[$cxix]->{type} != CXt_LOOP) {
372 ($cxstack[$cxix]->{type} != CXt_LOOP ||
1367 type => CXt_LOOP,
1457 if ($cxstack[$cxix]->{type} != CXt_LOOP) {

Completed in 55 milliseconds