Home
last modified time | relevance | path

Searched refs:PL_in_eval (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dpp_ctl.c1861 if (PL_in_eval) { in Perl_qerror()
1862 if (PL_in_eval & EVAL_KEEPERR) { in Perl_qerror()
1887 if (PL_in_eval) { in Perl_qerror()
1965 U8 in_eval = PL_in_eval; in Perl_die_unwind()
3996 PL_in_eval = (in_require in S_doeval_compile()
4051 PL_in_eval |= EVAL_KEEPERR; in S_doeval_compile()
4072 if (PL_in_eval & EVAL_RE_REPARSING) in S_doeval_compile()
5528 keep = cBOOL(PL_in_eval & EVAL_KEEPERR); in PP()
5588 PL_in_eval = EVAL_INEVAL; in PP()
5644 PL_in_eval = EVAL_INEVAL; in Perl_create_eval_scope()
[all …]
H A Dtoke.c1528 if (!PL_in_eval && PL_minus_p) { in Perl_lex_next_chunk()
1532 } else if (!PL_in_eval && PL_minus_n) { in Perl_lex_next_chunk()
2320 (PL_in_eval ? GV_ADDMULTI in S_force_ident()
2672 PL_in_eval &= ~EVAL_RE_REPARSING; in S_sublex_push()
7284 if (*s == '#' && s == PL_linestart && PL_in_eval in yyl_eol_needs_semicolon()
7388 if (!PL_in_eval) { in yyl_fake_eof()
9214 if (!PL_in_eval && !PL_preambled) { in yyl_try()
10267 call_sv(cv, G_SCALAR | ( PL_in_eval ? 0 : G_EVAL)); in S_new_constant()
12958 PL_in_eval |= EVAL_WARNONLY; in S_yywarn()
13091 if (PL_in_eval & EVAL_WARNONLY) { in Perl_yyerror_pvn()
[all …]
H A Dinline.h3774 assert(!(PL_in_eval & ~ 0x3F)); in Perl_push_evalortry_common()
3776 cx->blk_u16 = (PL_in_eval & 0x3F) | ((U16)PL_op->op_type << 7); in Perl_push_evalortry_common()
3811 PL_in_eval = CxOLD_IN_EVAL(cx); in Perl_cx_popeval()
3812 assert(!(PL_in_eval & 0xc0)); in Perl_cx_popeval()
H A Dembedvar.h139 # define PL_in_eval (vTHX->Iin_eval) macro
H A Dmg.c1091 else if (PL_in_eval) in Perl_magic_get()
1092 sv_setiv(sv, PL_in_eval & ~(EVAL_INREQUIRE)); in Perl_magic_get()
H A Dop.c2798 startp = PL_in_eval? &PL_eval_start : &PL_main_start; in S_process_optree()
4680 if (PL_in_eval) { in Perl_newPROG()
4686 ((PL_in_eval & EVAL_KEEPERR) in Perl_newPROG()
10791 if (PL_in_eval & EVAL_KEEPERR) in Perl_newATTRSUB_x()
H A Dutil.c2239 !(PL_in_eval & EVAL_KEEPERR) in Perl_vwarner()
H A Dsv.c15891 PL_in_eval = proto_perl->Iin_eval;
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5005000448 PL_in_eval # Z added by devel/scanprov