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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dlocale.c118 PL_numeric_standard = TRUE;
126 PL_numeric_standard = (strEQ(newnum, "C") || strEQ(newnum, "POSIX"));
139 if (! PL_numeric_standard) {
141 PL_numeric_standard = TRUE;
156 PL_numeric_standard = FALSE;
H A Dperlapi.h437 #undef PL_numeric_standard
438 #define PL_numeric_standard (*Perl_Inumeric_standard_ptr(aTHX))
H A Dembedvar.h358 #define PL_numeric_standard (PERL_GET_INTERP->Inumeric_standard) macro
680 #define PL_numeric_standard (vTHX->Inumeric_standard) macro
1005 #define PL_Inumeric_standard PL_numeric_standard
H A Dperl.h3950 bool was_standard = PL_numeric_standard && IN_LOCALE; \
H A Dsv.c11122 PL_numeric_standard = proto_perl->Inumeric_standard;

Completed in 79 milliseconds