Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dclass.c225 SV *paramnames = newSVsv(HeSVKEY_force(he)); in XS()
229 Perl_sv_catpvf(aTHX_ paramnames, ", %" SVf, SVfARG(HeSVKEY_force(he))); in XS()
Dhv.h443 #define HeSVKEY_force(he) (HeKEY(he) ? \ macro
Dhv.c2998 sv_setsv(key, HeSVKEY_force(entry)); in Perl_hv_iternext_flags()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D5003007162 HeSVKEY_force # T
/openbsd/src/gnu/usr.bin/perl/ext/B/
DB.xs2146 PUSHs(make_sv_object(aTHX_ ix ? HeSVKEY_force(he) : HeVAL(he)));
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc189 Amd|SV*|HeSVKEY_force|HE* he
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D5003007476 HeSVKEY_force # T
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs2236 SV *sv = HeSVKEY_force(he);
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5200delta.pod2300 The SV returned by HeSVKEY_force() now correctly reflects the UTF8ness of the
Dperlguts.pod769 HeSVKEY_force(HE* he)