Searched refs:CxTRYBLOCK (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcop.h451 #define CxTRYBLOCK(c) (((c)->cx_type & (CXt_EVAL|CXp_TRYBLOCK)) \ macro
H A Dpp_ctl.c1834 if (CxTRYBLOCK(cx))
2364 if (!CxTRYBLOCK(cx)) {
2748 else if (CxTYPE(cx) == CXt_EVAL && !CxTRYBLOCK(cx))
H A Ddump.c1503 else if (CxTYPE(cx) == CXt_EVAL && !CxTRYBLOCK(cx))

Completed in 33 milliseconds