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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcop.h332 cx->cx_type = t, \
412 cx->cx_type = CXt_SUBST; \
419 U32 cx_type; /* what kind of context this is */ member in struct:context
444 # define CxPADLOOP(c) (((c)->cx_type & (CXt_LOOP|CXp_PADVAR)) \
448 #define CxTYPE(c) ((c)->cx_type & CXTYPEMASK)
449 #define CxREALEVAL(c) (((c)->cx_type & (CXt_EVAL|CXp_REAL)) \
451 #define CxTRYBLOCK(c) (((c)->cx_type & (CXt_EVAL|CXp_TRYBLOCK)) \

Completed in 23 milliseconds