Home
last modified time | relevance | path

Searched refs:new_XPVNV (Results 1 – 4 of 4) sorted by relevance

/dports/lang/perl5.30/perl-5.30.3/
H A Dsv.c1035 #define new_XPVNV() safemalloc(sizeof(XPVNV)) macro
1045 #define new_XPVNV() new_body_allocated(SVt_PVNV) macro
15913 SvANY(&PL_sv_no) = new_XPVNV(); in Perl_init_constants()
15919 SvANY(&PL_sv_yes) = new_XPVNV(); in Perl_init_constants()
15925 SvANY(&PL_sv_zero) = new_XPVNV(); in Perl_init_constants()
/dports/lang/perl5.32/perl-5.32.1/
H A Dsv.c1052 #define new_XPVNV() safemalloc(sizeof(XPVNV)) macro
1062 #define new_XPVNV() new_body_allocated(SVt_PVNV) macro
16019 SvANY(&PL_sv_no) = new_XPVNV(); in Perl_init_constants()
16025 SvANY(&PL_sv_yes) = new_XPVNV(); in Perl_init_constants()
16031 SvANY(&PL_sv_zero) = new_XPVNV(); in Perl_init_constants()
/dports/lang/perl5.34/perl-5.34.0/
H A Dsv.c1051 #define new_XPVNV() safemalloc(sizeof(XPVNV)) macro
1061 #define new_XPVNV() new_body_allocated(SVt_PVNV) macro
15981 SvANY(&PL_sv_no) = new_XPVNV(); in Perl_init_constants()
15987 SvANY(&PL_sv_yes) = new_XPVNV(); in Perl_init_constants()
15993 SvANY(&PL_sv_zero) = new_XPVNV(); in Perl_init_constants()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dsv.c1054 #define new_XPVNV() safemalloc(sizeof(XPVNV)) macro
1064 #define new_XPVNV() new_body_allocated(SVt_PVNV) macro
16156 SvANY(&PL_sv_no) = new_XPVNV(); in Perl_init_constants()
16162 SvANY(&PL_sv_yes) = new_XPVNV(); in Perl_init_constants()
16168 SvANY(&PL_sv_zero) = new_XPVNV(); in Perl_init_constants()