Lines Matching defs:dstr
4402 register SV *dstr;
4499 dstr = NEWSV(30, m-s);
4500 sv_setpvn(dstr, s, m-s);
4502 sv_2mortal(dstr);
4504 (void)SvUTF8_on(dstr);
4505 XPUSHs(dstr);
4521 dstr = NEWSV(30, m-s);
4522 sv_setpvn(dstr, s, m-s);
4524 sv_2mortal(dstr);
4526 (void)SvUTF8_on(dstr);
4527 XPUSHs(dstr);
4547 dstr = NEWSV(30, m-s);
4548 sv_setpvn(dstr, s, m-s);
4550 sv_2mortal(dstr);
4552 (void)SvUTF8_on(dstr);
4553 XPUSHs(dstr);
4569 dstr = NEWSV(31, m-s);
4570 sv_setpvn(dstr, s, m-s);
4572 sv_2mortal(dstr);
4574 (void)SvUTF8_on(dstr);
4575 XPUSHs(dstr);
4603 dstr = NEWSV(32, m-s);
4604 sv_setpvn(dstr, s, m-s);
4606 sv_2mortal(dstr);
4608 (void)SvUTF8_on(dstr);
4609 XPUSHs(dstr);
4619 dstr = NEWSV(33, m-s);
4620 sv_setpvn(dstr, s, m-s);
4623 dstr = &PL_sv_undef; /* undef, not "" */
4625 sv_2mortal(dstr);
4627 (void)SvUTF8_on(dstr);
4628 XPUSHs(dstr);
4643 dstr = NEWSV(34, l);
4644 sv_setpvn(dstr, s, l);
4646 sv_2mortal(dstr);
4648 (void)SvUTF8_on(dstr);
4649 XPUSHs(dstr);