Searched refs:ISDIGIT (Results 201 - 207 of 207) sorted by relevance

123456789

/openbsd-current/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c10542 if (!ISDIGIT (*given))
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dreload.c2687 else if (ISDIGIT (c))
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c7100 return ISDIGIT (IDENTIFIER_POINTER (name)[0]);
7314 && ! ISDIGIT (IDENTIFIER_POINTER (name)[0]))
H A Dparse.y3531 return ISDIGIT (IDENTIFIER_POINTER (name)[0]);
3745 && ! ISDIGIT (IDENTIFIER_POINTER (name)[0]))
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delflink.c4472 (stab->name[5] == '.' && ISDIGIT (stab->name[6])))
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dexpr.c9546 if (! ISDIGIT (*p))
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c933 while (ISALPHA (*p) || ISDIGIT (*p) || *p == '_');

Completed in 515 milliseconds

123456789