Searched refs:PL_lex_inwhat (Results 1 – 4 of 4) sorted by relevance
565 SAVEI32(PL_lex_inwhat); in Perl_lex_start()607 PL_lex_inwhat = 0; in Perl_lex_start()1233 SAVEI32(PL_lex_inwhat); in S_sublex_push()1265 PL_lex_inwhat = PL_sublex_info.sub_inwhat; in S_sublex_push()1266 if (PL_lex_inwhat == OP_MATCH || PL_lex_inwhat == OP_QR || PL_lex_inwhat == OP_SUBST) in S_sublex_push()1297 if (PL_lex_repl && (PL_lex_inwhat == OP_SUBST || PL_lex_inwhat == OP_TRANS)) { in S_sublex_done()1427 if (PL_lex_inwhat == OP_TRANS && PL_sublex_info.sub_op) { in S_scan_const()1436 if (PL_lex_inwhat == OP_TRANS) { in S_scan_const()1588 if (PL_lex_inwhat == OP_SUBST && !PL_lex_inpat && in S_scan_const()1598 if (PL_lex_inwhat != OP_TRANS && *s && strchr("lLuUEQ", *s)) { in S_scan_const()[all …]
317 #define PL_lex_inwhat (PERL_GET_INTERP->Ilex_inwhat) macro642 #define PL_lex_inwhat (vTHX->Ilex_inwhat) macro970 #define PL_Ilex_inwhat PL_lex_inwhat
370 #undef PL_lex_inwhat371 #define PL_lex_inwhat (*Perl_Ilex_inwhat_ptr(aTHX))
11294 PL_lex_inwhat = proto_perl->Ilex_inwhat; in perl_clone_using()