Searched refs:PL_efloatbuf (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.h763 #undef PL_efloatbuf
764 #define PL_efloatbuf (*Perl_Tefloatbuf_ptr(aTHX))
H A Dembedvar.h63 #define PL_efloatbuf (vTHX->Tefloatbuf) macro
1172 #define PL_efloatbuf (aTHX->Tefloatbuf) macro
1312 #define PL_Tefloatbuf PL_efloatbuf
H A Dsv.c9105 Safefree(PL_efloatbuf);
9107 New(906, PL_efloatbuf, PL_efloatsize, char);
9108 PL_efloatbuf[0] = '\0';
9116 Gconvert((NV)nv, (int)precis, 0, PL_efloatbuf);
9117 if (*PL_efloatbuf) /* May return an empty string for digits==0 */
9162 (void)sprintf(PL_efloatbuf, eptr, nv);
9164 (void)sprintf(PL_efloatbuf, eptr, (double)nv);
9166 (void)sprintf(PL_efloatbuf, eptr, nv);
9169 eptr = PL_efloatbuf;
9170 elen = strlen(PL_efloatbuf);
[all...]
H A Dperl.c714 Safefree(PL_efloatbuf);
715 PL_efloatbuf = Nullch;
H A Dutil.c3046 PL_efloatbuf = (char*)NULL;

Completed in 240 milliseconds