Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D50230052 sv_ref # U (Perl_sv_ref)
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D502300516 sv_ref # U (Perl_sv_ref)
/openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/
H A DListUtil.xs152 # ifndef sv_ref
153 # define sv_ref(dst, sv, ob) my_sv_ref(aTHX_ dst, sv, ob) macro
1731 RETVAL = newSVsv(sv_ref(NULL, SvRV(sv), TRUE)); in blessed()
/openbsd-src/gnu/usr.bin/perl/
H A Duniversal.c310 classname = sv_ref(NULL,SvRV(sv),TRUE); in Perl_sv_does_sv()
H A Dpp.c577 sv_ref(TARG, SvRV(sv), TRUE); in PP()
7927 ret = (sv_ref(NULL, rv, TRUE));
H A Dembed.h715 # define sv_ref(a,b,c) Perl_sv_ref(aTHX_ a,b,c)
677 # define sv_ref(a,b,c) Perl_sv_ref( global() macro
H A Dsv.c10516 return SvPV_nolen_const(sv_ref(NULL, sv, ob));
10563 =for apidoc sv_ref
H A Dembed.fnc3305 Adp |SV * |sv_ref |NULLOK SV *dst \
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5240delta.pod1689 C<< sv_ref() >> is now part of the API.
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc1912 Apd |SV* |sv_ref |NULLOK SV *dst|NN const SV *const sv|const int ob