Searched refs:PL_numeric_local (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dlocale.c119 PL_numeric_local = TRUE;
127 PL_numeric_local = TRUE;
142 PL_numeric_local = FALSE;
154 if (! PL_numeric_local) {
157 PL_numeric_local = TRUE;
H A Dnumeric.c794 if (PL_numeric_local && IN_LOCALE) {
H A Dperlapi.h431 #undef PL_numeric_local
432 #define PL_numeric_local (*Perl_Inumeric_local_ptr(aTHX))
H A Dembedvar.h355 #define PL_numeric_local (PERL_GET_INTERP->Inumeric_local) macro
677 #define PL_numeric_local (vTHX->Inumeric_local) macro
1002 #define PL_Inumeric_local PL_numeric_local
H A Dperl.h3946 bool was_local = PL_numeric_local && IN_LOCALE; \
H A Dsv.c11123 PL_numeric_local = proto_perl->Inumeric_local;

Completed in 105 milliseconds