Home
last modified time | relevance | path

Searched refs:EVAL_INEVAL (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dcop.h1219 #define EVAL_INEVAL 1 /* some enclosing scope is an eval */ macro
H A Dpp_ctl.c3766 ? (EVAL_INREQUIRE | (PL_in_eval & EVAL_INEVAL)) in S_doeval_compile()
3767 : (EVAL_INEVAL | in S_doeval_compile()
5324 PL_in_eval = EVAL_INEVAL; in PP()
5378 PL_in_eval = EVAL_INEVAL; in Perl_create_eval_scope()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5006000150 EVAL_INEVAL # Z added by devel/scanprov