Home
last modified time | relevance | path

Searched refs:PL_efloatsize (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dembedvar.h66 #define PL_efloatsize (vTHX->Tefloatsize) macro
1184 #define PL_efloatsize (aTHX->Tefloatsize) macro
1324 #define PL_Tefloatsize PL_efloatsize
Dperlapi.h790 #undef PL_efloatsize
791 #define PL_efloatsize (*Perl_Tefloatsize_ptr(aTHX))
Dsv.c9306 if (PL_efloatsize < need) { in Perl_sv_vcatpvfn()
9308 PL_efloatsize = need + 20; /* more fudge */ in Perl_sv_vcatpvfn()
9309 Newx(PL_efloatbuf, PL_efloatsize, char); in Perl_sv_vcatpvfn()
11603 PL_efloatsize = 0; /* reinits on demand */ in perl_clone_using()
Dperl.c1010 PL_efloatsize = 0; in perl_destruct()
Dutil.c3265 PL_efloatsize = 0;