Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dpp_ctl.c6467 SV *sv_copy; in S_doparseform() local
6503 sv_copy = newSVpvn_utf8(s, len, SvUTF8(sv)); in S_doparseform()
6504 s = SvPV(sv_copy, len); /* work on the copy, not the original */ in S_doparseform()
6691 mg->mg_obj = sv_copy; in S_doparseform()