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

123456789

/openbsd-current/usr.bin/make/
H A Dcond.c376 if (ISDIGIT(*str))
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-hppa.c4706 if (!strict && ISDIGIT (*p))
4714 while (ISDIGIT (*p) || ((*p >= 'a') && (*p <= 'f'))
4717 if (ISDIGIT (*p))
4729 while (ISDIGIT (*p))
4781 else if (!ISDIGIT (*p))
4791 while (ISDIGIT (*p));
8216 && (ISDIGIT (dg) || (dg >= 'a' && dg <= 'f')
8220 if (ISDIGIT (dg))
H A Dtc-mmix.c2993 if (ISDIGIT (input_line_pointer[0])
3047 || ! ISDIGIT (s0[-2])))
3131 else if (ISDIGIT (c))
H A Dtc-vax.c2151 if (ISDIGIT (c2) && c1 == 'r')
2154 if (ISDIGIT (c3))
H A Dtc-tic54x.c3637 && ISDIGIT (operand->buf[2]);
4653 int is_char = ISDIGIT (*line);
4657 while (ISDIGIT (*ptr))
4877 if ((*name == '$' && ISDIGIT (name[1]) && name[2] == '\0')
4972 arg_type[1] = (ISDIGIT (*ptr)) ? 2 : (*ptr == '"');
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dm68k-parse.c1951 if (ISDIGIT (str[1])
1953 && ISDIGIT (str[2])))
H A Dsymbols.c1618 for (label_number = 0, p = s + index + 1; ISDIGIT (*p); ++p)
1628 for (instance_number = 0, p++; ISDIGIT (*p); ++p)
H A Ddwarf2dbg.c541 if (ISDIGIT (*input_line_pointer))
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-hppa.c4723 if (!strict && ISDIGIT (*p))
4731 while (ISDIGIT (*p) || ((*p >= 'a') && (*p <= 'f'))
4734 if (ISDIGIT (*p))
4746 while (ISDIGIT (*p))
4798 else if (!ISDIGIT (*p))
4808 while (ISDIGIT (*p));
8242 && (ISDIGIT (dg) || (dg >= 'a' && dg <= 'f')
8246 if (ISDIGIT (dg))
H A Dtc-mmix.c2917 if (ISDIGIT (s[0]) && s[1] == 'H' && ISSPACE (s[2]))
2991 || ! ISDIGIT (s[-2])))
3076 else if (ISDIGIT (c))
H A Dtc-vax.c1047 if (ISDIGIT (c2) && c1 == 'r')
1050 if (ISDIGIT (c3))
/openbsd-current/gnu/usr.bin/cvs/diff/
H A Ddiff3.c1214 { unsigned char c = *s; if (!ISDIGIT (c)) return ERROR; holdnum = 0; \
1216 while (ISDIGIT (c = *++s)); (num) = holdnum; }
/openbsd-current/gnu/gcc/gcc/config/m32c/
H A Dm32c.c2481 else if (ISDIGIT (conversions[i].format[j]))
2613 if (ISDIGIT (conversions[i].format[k]))
2628 && ISDIGIT (conversions[i].format[j + 1])
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dsymbols.c1769 for (label_number = 0, p = s + index + 1; ISDIGIT (*p); ++p)
1779 for (instance_number = 0, p++; ISDIGIT (*p); ++p)
/openbsd-current/gnu/gcc/gcc/
H A Dgensupport.c703 if (ISDIGIT ((unsigned char) c))
H A Dopts.c143 while (*p && ISDIGIT (*p))
H A Dreal.c1888 while (ISDIGIT (*str))
1921 while (ISDIGIT (*str))
1936 while (ISDIGIT (*str))
1964 while (ISDIGIT (*str))
H A Dtoplev.c514 if (ISDIGIT (*endp))
/openbsd-current/gnu/gcc/fixincludes/
H A Dfixincl.c244 if (ISDIGIT ( *pz_verbose ))
/openbsd-current/gnu/usr.bin/binutils/ld/
H A Dlexsup.c536 || ! ISDIGIT (argv[i + 1][0])))
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Doasys.c873 if (!ISDIGIT (s->name[0]))
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixincl.c272 if (ISDIGIT ( *pz_verbose ))
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgensupport.c695 if (ISDIGIT ((unsigned char) c))
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dparse-scan.c3227 return ISDIGIT (ctx->name[0]);
H A Dparse-scan.y1242 return ISDIGIT (ctx->name[0]);

Completed in 622 milliseconds

123456789