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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dhv.c474 SV* svret; local
475 /* I don't understand why hv_exists_ent has svret and sv,
477 svret = sv_newmortal();
493 magic_existspack(svret, mg_find(sv, PERL_MAGIC_tiedelem));
497 return SvTRUE(svret) ? (HE *)hv : NULL;

Completed in 18 milliseconds