Home
last modified time | relevance | path

Searched refs:lex_sub_repl (Results 1 – 12 of 12) sorted by relevance

/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dparser.h80 SV *lex_sub_repl; /* repl of s/// used in sublex_push */ member
H A Dtoke.c917 SvREFCNT_dec(parser->lex_sub_repl); in Perl_parser_free()
2583 PL_lex_repl = PL_parser->lex_sub_repl; in S_sublex_push()
2585 PL_parser->lex_sub_repl = NULL; in S_sublex_push()
2592 SAVEGENERICSV(PL_parser->lex_sub_repl); in S_sublex_push()
10501 sv_catsv(repl, PL_parser->lex_sub_repl); in S_scan_subst()
10503 SvREFCNT_dec(PL_parser->lex_sub_repl); in S_scan_subst()
10504 PL_parser->lex_sub_repl = repl; in S_scan_subst()
10516 sv_upgrade(PL_parser->lex_sub_repl, SVt_PVNV); in S_scan_subst()
10517 ((XPVNV*)SvANY(PL_parser->lex_sub_repl))->xnv_u.xnv_lines = linediff; in S_scan_subst()
10518 ((XPVIV*)SvANY(PL_parser->lex_sub_repl))->xiv_u.xivu_eval_seen = in S_scan_subst()
[all …]
H A Dsv.c13723 parser->lex_sub_repl= sv_dup_inc(proto->lex_sub_repl, param); in Perl_parser_dup()
/dports/lang/perl5.30/perl-5.30.3/
H A Dparser.h79 SV *lex_sub_repl; /* repl of s/// used in sublex_push */ member
H A Dtoke.c807 SvREFCNT_dec(parser->lex_sub_repl); in Perl_parser_free()
2464 PL_lex_repl = PL_parser->lex_sub_repl; in S_sublex_push()
2466 PL_parser->lex_sub_repl = NULL; in S_sublex_push()
2473 SAVEGENERICSV(PL_parser->lex_sub_repl); in S_sublex_push()
9930 sv_catsv(repl, PL_parser->lex_sub_repl);
9932 SvREFCNT_dec(PL_parser->lex_sub_repl);
9933 PL_parser->lex_sub_repl = repl;
9945 sv_upgrade(PL_parser->lex_sub_repl, SVt_PVNV);
9947 ((XPVIV*)SvANY(PL_parser->lex_sub_repl))->xiv_u.xivu_eval_seen =
10010 (DO_UTF8(PL_parser->lex_sub_repl) ? OPpTRANS_TO_UTF : 0);
[all …]
H A Dsv.c13507 parser->lex_sub_repl= sv_dup_inc(proto->lex_sub_repl, param); in Perl_parser_dup()
/dports/lang/perl5.32/perl-5.32.1/
H A Dparser.h80 SV *lex_sub_repl; /* repl of s/// used in sublex_push */ member
H A Dtoke.c817 SvREFCNT_dec(parser->lex_sub_repl); in Perl_parser_free()
2478 PL_lex_repl = PL_parser->lex_sub_repl; in S_sublex_push()
2480 PL_parser->lex_sub_repl = NULL; in S_sublex_push()
2487 SAVEGENERICSV(PL_parser->lex_sub_repl); in S_sublex_push()
10369 sv_catsv(repl, PL_parser->lex_sub_repl); in S_scan_subst()
10371 SvREFCNT_dec(PL_parser->lex_sub_repl); in S_scan_subst()
10372 PL_parser->lex_sub_repl = repl; in S_scan_subst()
10384 sv_upgrade(PL_parser->lex_sub_repl, SVt_PVNV); in S_scan_subst()
10385 ((XPVNV*)SvANY(PL_parser->lex_sub_repl))->xnv_u.xnv_lines = linediff; in S_scan_subst()
10386 ((XPVIV*)SvANY(PL_parser->lex_sub_repl))->xiv_u.xivu_eval_seen = in S_scan_subst()
[all …]
H A Dsv.c13568 parser->lex_sub_repl= sv_dup_inc(proto->lex_sub_repl, param); in Perl_parser_dup()
/dports/lang/perl5.34/perl-5.34.0/
H A Dparser.h80 SV *lex_sub_repl; /* repl of s/// used in sublex_push */ member
H A Dtoke.c843 SvREFCNT_dec(parser->lex_sub_repl); in Perl_parser_free()
2509 PL_lex_repl = PL_parser->lex_sub_repl; in S_sublex_push()
2511 PL_parser->lex_sub_repl = NULL; in S_sublex_push()
2518 SAVEGENERICSV(PL_parser->lex_sub_repl); in S_sublex_push()
10427 sv_catsv(repl, PL_parser->lex_sub_repl); in S_scan_subst()
10429 SvREFCNT_dec(PL_parser->lex_sub_repl); in S_scan_subst()
10430 PL_parser->lex_sub_repl = repl; in S_scan_subst()
10442 sv_upgrade(PL_parser->lex_sub_repl, SVt_PVNV); in S_scan_subst()
10443 ((XPVNV*)SvANY(PL_parser->lex_sub_repl))->xnv_u.xnv_lines = linediff; in S_scan_subst()
10444 ((XPVIV*)SvANY(PL_parser->lex_sub_repl))->xiv_u.xivu_eval_seen = in S_scan_subst()
[all …]
H A Dsv.c13536 parser->lex_sub_repl= sv_dup_inc(proto->lex_sub_repl, param); in Perl_parser_dup()