Searched defs:CXt_EVAL (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcop.h429 #define CXt_EVAL 2 macro
435 /* private flags for CXt_EVAL */
449 #define CxREALEVAL(c) (((c)->cx_type & (CXt_EVAL|CXp_REAL)) \
450 == (CXt_EVAL|CXp_REAL))
451 #define CxTRYBLOCK(c) (((c)->cx_type & (CXt_EVAL|CXp_TRYBLOCK)) \
452 == (CXt_EVAL|CXp_TRYBLOCK))

Completed in 54 milliseconds