Lines Matching defs:tmpstr
3193 SV *tmpstr;
3202 tmpstr = sv_newmortal();
3203 gv_efullname3(tmpstr, gv, NULL);
3204 DIE(aTHX_ "Goto undefined subroutine &%" SVf, SVfARG(tmpstr));
3288 SV * const tmpstr = sv_newmortal();
3289 gv_efullname3(tmpstr, gv, NULL);
3291 SVfARG(tmpstr));
3662 SV * const tmpstr = newSV_type(SVt_PVMG);
3670 sv_setpvn_fresh(tmpstr, s, t - s);
3671 av_store(array, line++, tmpstr);