Searched refs:ISDIGIT (Results 126 - 150 of 221) sorted by relevance

123456789

/haiku-buildtools/binutils/gas/config/
H A Dtc-s390.c134 if (ISDIGIT (name[1]))
137 if (ISDIGIT (name[2]))
H A Dtc-tic54x.c3298 && ISDIGIT (operand->buf[2]);
4281 int is_char = ISDIGIT (*line);
4285 while (ISDIGIT (*ptr))
4493 if ((*name == '$' && ISDIGIT (name[1]) && name[2] == '\0')
4588 arg_type[1] = (ISDIGIT (*ptr)) ? 2 : (*ptr == '"');
H A Dtc-score.c1044 while (ISALPHA (c) || ISDIGIT (c) || c == '_')
5639 if (!ISDIGIT (*input_line_pointer))
5656 while (ISDIGIT (*input_line_pointer))
5664 if (!ISDIGIT (*input_line_pointer))
5670 while (ISDIGIT (*input_line_pointer))
5689 if (ISDIGIT (*input_line_pointer) || *input_line_pointer == '-')
H A Dtc-score7.c1135 while (ISALPHA (c) || ISDIGIT (c) || c == '_')
5499 if (!ISDIGIT (*input_line_pointer))
5516 while (ISDIGIT (*input_line_pointer))
5524 if (!ISDIGIT (*input_line_pointer))
5530 while (ISDIGIT (*input_line_pointer))
5550 if (ISDIGIT (*input_line_pointer) || *input_line_pointer == '-')
H A Dobj-coff.c1578 if (ISDIGIT (attr))
H A Dtc-i370.c1416 if (ISDIGIT (*lab))
/haiku-buildtools/legacy/binutils/bfd/
H A Doasys.c873 if (!ISDIGIT (s->name[0]))
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-tic54x.c3585 && ISDIGIT (operand->buf[2]);
4601 int is_char = ISDIGIT (*line);
4605 while (ISDIGIT (*ptr))
4825 if ((*name == '$' && ISDIGIT (name[1]) && name[2] == '\0')
4920 arg_type[1] = (ISDIGIT (*ptr)) ? 2 : (*ptr == '"');
H A Dtc-maxq.c3003 if (ISDIGIT (c))
3023 if (ISALPHA (c) || ISDIGIT (c))
H A Dtc-bfin.c903 while (ISALPHA (*c) || ISDIGIT (*c) || *c == '_') c++;
H A Dtc-i370.c1419 if (ISDIGIT (*lab))
H A Dtc-v850.c789 if (ISDIGIT (*input_line_pointer))
/haiku-buildtools/legacy/binutils/gas/
H A Ddwarf2dbg.c586 if (ISDIGIT (*input_line_pointer))
H A Dmacro.c862 if (ISDIGIT (in->ptr[src]))
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixincl.c268 if (ISDIGIT ( *pz_verbose ))
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf-dump.c533 for ((*ptr)++; (*ptr) < limit && ISDIGIT (**ptr); (*ptr)++)
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.h1312 if (ISDIGIT (*VALUE)) \
/haiku-buildtools/gcc/gcc/
H A Dopts-common.c158 while (*p && ISDIGIT (*p))
/haiku-buildtools/binutils/bfd/
H A Doasys.c877 if (!ISDIGIT (s->name[0]))
H A Dbfd.c1348 if (ISDIGIT (digit))
/haiku-buildtools/binutils/gas/
H A Dmacro.c863 if (ISDIGIT (in->ptr[src]))
H A Dsymbols.c1923 for (label_number = 0, p = s + lindex + 1; ISDIGIT (*p); ++p)
1933 for (instance_number = 0, p++; ISDIGIT (*p); ++p)
/haiku-buildtools/legacy/binutils/ld/
H A Dlexsup.c612 || ! ISDIGIT (argv[i + 1][0])))
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dintrin.c1589 if ((ISDIGIT (*p1) || (*p1 == '_')) && (*p1 == *p2) && (*p1 == *p3))
/haiku-buildtools/gcc/gcc/java/
H A Djcf-dump.c1009 for ((*ptr)++; (*ptr) < limit && ISDIGIT (**ptr); (*ptr)++)

Completed in 423 milliseconds

123456789