Searched refs:PL_efloatsize (Results 1 – 5 of 5) sorted by relevance
66 #define PL_efloatsize (vTHX->Tefloatsize) macro1184 #define PL_efloatsize (aTHX->Tefloatsize) macro1324 #define PL_Tefloatsize PL_efloatsize
790 #undef PL_efloatsize791 #define PL_efloatsize (*Perl_Tefloatsize_ptr(aTHX))
9306 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()
1010 PL_efloatsize = 0; in perl_destruct()
3265 PL_efloatsize = 0;