Searched refs:lex_sub_repl (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dparser.h80 SV *lex_sub_repl; /* repl of s/// used in sublex_push */ member in struct:yy_parser
H A Dtoke.c963 SvREFCNT_dec(parser->lex_sub_repl);
2628 PL_lex_repl = PL_parser->lex_sub_repl;
2630 PL_parser->lex_sub_repl = NULL;
2637 SAVEGENERICSV(PL_parser->lex_sub_repl);
10767 sv_catsv(repl, PL_parser->lex_sub_repl);
10769 SvREFCNT_dec(PL_parser->lex_sub_repl);
10770 PL_parser->lex_sub_repl = repl;
10782 sv_upgrade(PL_parser->lex_sub_repl, SVt_PVNV);
10783 ((XPVNV*)SvANY(PL_parser->lex_sub_repl))->xnv_u.xnv_lines = linediff;
10784 ((XPVIV*)SvANY(PL_parser->lex_sub_repl))
[all...]
H A Dsv.c13848 parser->lex_sub_repl= sv_dup_inc(proto->lex_sub_repl, param);

Completed in 399 milliseconds