Searched refs:PL_lex_repl (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c433 SAVESPTR(PL_lex_repl);
448 PL_lex_repl = Nullsv;
1106 if (PL_lex_repl && (PL_lex_inwhat == OP_SUBST || PL_lex_inwhat == OP_TRANS)) {
1107 PL_linestr = PL_lex_repl;
1118 if (SvEVALED(PL_lex_repl)) {
1121 /* we don't clear PL_lex_repl here, so that we can check later
1124 branch (in yylex()) that clears PL_lex_repl, else we'll loop */
1128 PL_lex_repl = Nullsv;
1236 this_utf8 = PL_sublex_info.sub_op->op_private & (PL_lex_repl ? OPpTRANS_FROM_UTF : OPpTRANS_TO_UTF);
1514 (PL_lex_repl
[all...]
H A Dperlapi.h353 #undef PL_lex_repl
354 #define PL_lex_repl (*Perl_Ilex_repl_ptr(aTHX))
H A Dembedvar.h316 #define PL_lex_repl (PERL_GET_INTERP->Ilex_repl) macro
638 #define PL_lex_repl (vTHX->Ilex_repl) macro
963 #define PL_Ilex_repl PL_lex_repl
H A Dsv.c11037 PL_lex_repl = sv_dup_inc(proto_perl->Ilex_repl, param);

Completed in 925 milliseconds