Searched refs:ISDIGIT (Results 151 - 175 of 221) sorted by relevance

123456789

/haiku-buildtools/binutils/gas/
H A Ddwarf2dbg.c659 if (ISDIGIT (*input_line_pointer))
H A Decoff.c3093 if (ISDIGIT (*input_line_pointer)
3528 if (ISDIGIT (*input_line_pointer)
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-alpha.c3480 if (ISDIGIT (*input_line_pointer) || *input_line_pointer == '-')
5415 if (!ISDIGIT (*++name))
5423 else if (name[0] != '0' && ISDIGIT (name[1]) && name[2] == '\0')
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c240 #define ISDIGIT(c) (ISASCII (c) && isdigit (c))
1712 while (ISDIGIT (c)) \
2298 if ( (is_digit && ISDIGIT (ch))
239 #define ISDIGIT macro
/haiku-buildtools/gcc/gcc/config/m32c/
H A Dm32c.c2649 else if (ISDIGIT (conversions[i].format[j]))
2781 if (ISDIGIT (conversions[i].format[k]))
2796 && ISDIGIT (conversions[i].format[j + 1])
/haiku-buildtools/binutils/gas/config/
H A Dtc-alpha.c3765 if (ISDIGIT (*input_line_pointer) || *input_line_pointer == '-')
6011 if (!ISDIGIT (*++name))
6019 else if (name[0] != '0' && ISDIGIT (name[1]) && name[2] == '\0')
H A Drx-parse.y1467 if (!ISDIGIT (*cp))
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dstb.c1919 if (! ISDIGIT (*p))
1942 if (! ISDIGIT (*p))
1953 if (ISDIGIT (*p))
1975 if (ISDIGIT (*p))
3372 if (ISDIGIT (*p))
6699 if (! ISDIGIT (*p))
9696 if (! ISDIGIT (*p))
9775 if (! ISDIGIT (*p))
10055 if (! ISDIGIT (*p))
10229 if (! ISDIGIT (*
[all...]
H A Dlex.c773 if (! ISDIGIT (c))
4359 if (ISDIGIT (*p))
/haiku-buildtools/legacy/gcc/gcc/
H A Dcccp.c2479 if ((linsize == 0) || ! ISDIGIT (*ibp)) return "VARARGS";
2482 for (numptr = *argstart = ibp; (numptr < limit) && ISDIGIT (*numptr);
6846 if (!ISDIGIT (*bp)) {
6861 while (ISDIGIT (*bp))
7343 if (ISDIGIT (buf[0]))
H A Dcpplib.c2240 if (ISDIGIT(c2))
H A Drecog.c195 if (ISDIGIT ((unsigned char)c[0]) && c[1] == '\0')
/haiku-buildtools/legacy/binutils/bfd/
H A Darchive.c422 && ISDIGIT (hdr.ar_name[3]))
/haiku-buildtools/legacy/binutils/binutils/
H A Dwrstabs.c2053 if (! ISDIGIT (*s))
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dmethod.c1075 if (ISDIGIT (IDENTIFIER_POINTER (id) [IDENTIFIER_LENGTH (id) - 1]))
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dclass.c598 if (!ISALPHA(c) && !ISDIGIT(c))
/haiku-buildtools/gcc/gcc/
H A Dgengtype-state.c379 if (ISDIGIT (c) || c == '-' || c == '+')
H A Dgenattrtab.c794 if (! ISDIGIT (*p))
941 if (! ISDIGIT (*p))
H A Dfinal.c3798 else if (ISDIGIT (*p))
4214 while (ISDIGIT (c) || c == '.')
H A Dreal.c2014 while (ISDIGIT (*str))
2056 if (!ISDIGIT (*cstr))
/haiku-buildtools/binutils/binutils/
H A Dwrstabs.c2050 if (! ISDIGIT (*s))
/haiku-buildtools/binutils/ld/
H A Dlexsup.c621 || ! ISDIGIT (argv[i + 1][0])))
/haiku-buildtools/legacy/binutils/gas/
H A Decoff.c3095 if (ISDIGIT (*input_line_pointer)
3534 if (ISDIGIT (*input_line_pointer)
/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dalpha.c269 if (ISDIGIT ((unsigned char)alpha_mlat_string[0])
273 && ISDIGIT ((unsigned char)alpha_mlat_string[1])
/haiku-buildtools/gcc/gcc/fortran/
H A Dparse.c935 if (ISDIGIT (c))
955 while (ISDIGIT(c));

Completed in 397 milliseconds

123456789