Searched refs:ISALPHA (Results 1 - 25 of 123) sorted by relevance

12345

/haiku-buildtools/legacy/binutils/libiberty/
H A Dlbasename.c55 if (ISALPHA (name[0]) && name[1] == ':')
H A Dbasename.c49 if (ISALPHA (name[0]) && name[1] == ':')
H A Dstrtol.c141 else if (ISALPHA(c))
H A Dstrtoul.c93 else if (ISALPHA(c))
/haiku-buildtools/binutils/libiberty/
H A Dbasename.c49 if (ISALPHA (name[0]) && name[1] == ':')
H A Dlbasename.c66 if (ISALPHA (name[0]) && name[1] == ':')
H A Dstrtol.c143 else if (ISALPHA(c))
H A Dstrtoul.c93 else if (ISALPHA(c))
H A Dstrtoll.c151 else if (ISALPHA(c))
H A Dstrtoull.c98 else if (ISALPHA(c))
/haiku-buildtools/gcc/libiberty/
H A Dbasename.c49 if (ISALPHA (name[0]) && name[1] == ':')
H A Dlbasename.c66 if (ISALPHA (name[0]) && name[1] == ':')
H A Dstrtol.c143 else if (ISALPHA(c))
H A Dstrtoul.c93 else if (ISALPHA(c))
H A Dstrtoll.c151 else if (ISALPHA(c))
H A Dstrtoull.c98 else if (ISALPHA(c))
/haiku-buildtools/gcc/gcc/config/avr/
H A Davr-devices.c144 if (ISALPHA (*a) && ISDIGIT (*b))
147 if (ISDIGIT (*a) && ISALPHA (*b))
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dsrc.h90 ((ISALPHA ((c))) || (! (1 || ffe_is_90 ()) && ((c) == '_')))
H A Dimplic.c96 if (ISALPHA (c) || (c == '_'))
H A Dlex.h175 (ISALPHA ((c)) || ((c) == '_'))
/haiku-buildtools/legacy/gcc/gcc/
H A Dscan.c68 if (ISALPHA(c) || c == '_')
224 if (ISALPHA (c) || c == '_')
/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h33 case, e.g. ISALPHA not isalpha. */
93 #define ISALPHA(c) _sch_test(c, _sch_isalpha) macro
/haiku-buildtools/legacy/binutils/opcodes/
H A Dcgen-asm.in92 if (ISALPHA (c))
126 if (ISALPHA (c))
/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h33 case, e.g. ISALPHA not isalpha. */
89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) macro
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h33 case, e.g. ISALPHA not isalpha. */
89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) macro

Completed in 202 milliseconds

12345