Home
last modified time | relevance | path

Searched refs:seen_digit (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dlex.c1099 int seen_digit = (literal_index ? 1 : 0); local
1129 if (!seen_digit)
1132 seen_digit = 0;
1160 seen_digit = 1;
1172 if (seen_exponent && !seen_digit)
/openbsd/gnu/usr.bin/perl/
H A Dnumeric.c1638 bool seen_digit = 0; in Perl_my_atof3() local
1758 seen_digit = 1; in Perl_my_atof3()
1824 if (s < send && seen_digit && (isALPHA_FOLD_EQ(*s, 'e'))) { in Perl_my_atof3()