Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/threads-shared/
H A Dshared.xs818 SV* tmpref; in sharedsv_scalar_store() local
824 tmpref = newRV_inc(sobj); in sharedsv_scalar_store()
825 sv_setsv_nomg(ssv, tmpref); in sharedsv_scalar_store()
826 SvREFCNT_dec_NN(tmpref); in sharedsv_scalar_store()
/openbsd/gnu/usr.bin/perl/dist/Storable/t/
H A Dblessed.t392 my $oref = bless \(my $tmpref = []), "ThawHookDies";
/openbsd/gnu/usr.bin/perl/
H A Dsv.c7205 SV* const tmpref = newRV(sv); local
7206 SvREADONLY_on(tmpref); /* DESTROY() could be naughty */
7211 PUSHs(tmpref);
7218 if(SvREFCNT(tmpref) < 2) {
7221 SvRV_set(tmpref, NULL);
7222 SvROK_off(tmpref);
7224 SvREFCNT_dec_NN(tmpref);