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

/haiku-buildtools/gcc/gcc/fortran/
H A Dprimary.c151 match_digits (int signflag, int radix, char *buffer) function
209 length = match_digits (signflag, 10, NULL);
219 match_digits (signflag, 10, buffer);
399 length = match_digits (0, radix, NULL);
441 match_digits (0, radix, buffer);

Completed in 90 milliseconds