Home
last modified time | relevance | path

Searched refs:CxREALEVAL (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dcop.h449 #define CxREALEVAL(c) (((c)->cx_type & (CXt_EVAL|CXp_REAL)) \ macro
H A Dpp_ctl.c2155 if (CxREALEVAL(cx)) in PP()