Home
last modified time | relevance | path

Searched refs:sv_2uv_flags (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D50090017 sv_2uv_flags # U
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500900123 sv_2uv_flags # U
/openbsd/gnu/usr.bin/perl/
H A Dmathoms.c148 return sv_2uv_flags(sv, SV_GMAGIC); in Perl_sv_2uv()
H A Dsv_inline.h870 return sv_2uv_flags(sv, 0); in Perl_SvUV_nomg()
H A Dsv.h2232 #define sv_2uv(sv) sv_2uv_flags(sv, SV_GMAGIC)
H A Dembed.h654 # define sv_2uv_flags(a,b) Perl_sv_2uv_flags(aTHX_ a,b) macro
H A Dembed.fnc3485 Adp |UV |sv_2uv_flags |NN SV * const sv \
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5200delta.pod2480 L<perlapi/sv_2uv_flags>, and L<perlapi/sv_2nv_flags> and their older wrappers
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc1803 Apd |UV |sv_2uv_flags |NN SV *const sv|const I32 flags