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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c409 SAVEI32(PL_lex_inwhat);
451 PL_lex_inwhat = 0;
1042 SAVEI32(PL_lex_inwhat);
1074 PL_lex_inwhat = PL_sublex_info.sub_inwhat;
1075 if (PL_lex_inwhat == OP_MATCH || PL_lex_inwhat == OP_QR || PL_lex_inwhat == OP_SUBST)
1106 if (PL_lex_repl && (PL_lex_inwhat == OP_SUBST || PL_lex_inwhat == OP_TRANS)) {
1233 if (PL_lex_inwhat
[all...]
H A Dperlapi.h349 #undef PL_lex_inwhat
350 #define PL_lex_inwhat (*Perl_Ilex_inwhat_ptr(aTHX))
H A Dembedvar.h314 #define PL_lex_inwhat (PERL_GET_INTERP->Ilex_inwhat) macro
636 #define PL_lex_inwhat (vTHX->Ilex_inwhat) macro
961 #define PL_Ilex_inwhat PL_lex_inwhat
H A Dsv.c11040 PL_lex_inwhat = proto_perl->Ilex_inwhat;

Completed in 342 milliseconds