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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcop.h437 #define CXp_TRYBLOCK 0x00000200 /* eval{}, not eval'' or similar */ macro
451 #define CxTRYBLOCK(c) (((c)->cx_type & (CXt_EVAL|CXp_TRYBLOCK)) \
452 == (CXt_EVAL|CXp_TRYBLOCK))
H A Dperl.c2181 PUSHBLOCK(cx, (CXt_EVAL|CXp_TRYBLOCK), PL_stack_sp);
H A Dpp_ctl.c3499 PUSHBLOCK(cx, (CXt_EVAL|CXp_TRYBLOCK), SP);

Completed in 55 milliseconds