Searched refs:EVAL_INEVAL (Results 1 – 3 of 3) sorted by relevance
1226 #define EVAL_INEVAL 1 /* some enclosing scope is an eval */ macro
3997 ? (EVAL_INREQUIRE | (PL_in_eval & EVAL_INEVAL)) in S_doeval_compile()3998 : (EVAL_INEVAL | in S_doeval_compile()5588 PL_in_eval = EVAL_INEVAL; in PP()5644 PL_in_eval = EVAL_INEVAL; in Perl_create_eval_scope()
150 EVAL_INEVAL # Z added by devel/scanprov