ISDIGIT
} while (ISALPHA(n) || ISDIGIT(n) || n == '_');
#define ishex(c) (ISDIGIT(c) || ((c) >= 'a' && (c) <= 'f') || \
if (isbuilding == 0 && ISDIGIT(c)) {
} while (ISDIGIT(n));
if (!strcmp(arg, "s") || !strcmp(arg, "S") || ISDIGIT(*arg)) {
if (!ISDIGIT(*s)) {
if ((s > name) && (*s != 0) && ISDIGIT(*s)) {
if (ISDIGIT(c)) {
if (!ISDIGIT(c) || !todo) {
if (ISDIGIT(c)) {
if (j && (!ISDIGIT(c) || (c > '7') ||
} else if (ISDIGIT(c)) {
while (*s && !ISDIGIT(*s))
if (ISDIGIT(*server)) {
if (ISDIGIT(*name)) {
if (ISDIGIT(*name)) {
if (!ISDIGIT(*s))
if (!ISDIGIT(*s))
if (!ISDIGIT(c))
if (ISASCII(c) && ISDIGIT(c)) {
c = ISDIGIT(c) ? (c - '0') : (TOUPPER(c) - 55);
} else if (ISDIGIT(**cpp) && !index(*cpp, '.')) {
} else if (ISDIGIT(**cpp) && !index(*cpp, ':')) {
if (ISDIGIT(*host))
if (ISDIGIT(*name))
ISDIGIT(*hp->iph_name) ? "Number" : "Name",
ISDIGIT(*hp->iph_name) ? "number" : "name",
ISDIGIT(*hp->iph_name) ? "number" : "name",
ISDIGIT(*pool->ipo_name) ? "Number" : "Name",
(!*pool->ipo_name || ISDIGIT(*pool->ipo_name)) ? \
(!*pool->ipo_name || ISDIGIT(*pool->ipo_name)) ? \
if (!ISALPHA(*t) && !ISDIGIT(*t) && (*t != '_'))
if (ISDIGIT(*host) && inet_aton(host, &ip))
if (ISDIGIT(*host))
if (ISDIGIT(*port))
if (ISDIGIT(port_data[i]))
if (ISDIGIT(port_data[i]))
if (ISDIGIT(c)) {
if (ISDIGIT(c)) {
if (ISDIGIT(c)) {
while (((c = *s++) != '\0') && ISDIGIT(c)) {
while (((c = *s++) != '\0') && ISDIGIT(c)) {
while (((c = *s++) != '\0') && ISDIGIT(c)) {
while (((c = *s++) != '\0') && ISDIGIT(c)) {
while (((c = *s++) != '\0') && ISDIGIT(c)) {
while (((c = *s++) != '\0') && ISDIGIT(c)) {
while (((c = *s++) != '\0') && ISDIGIT(c)) {
while (*s && !ISDIGIT(*s))
while (*s && ISDIGIT(*s)) {
while (((c = *s++) != '\0') && ISDIGIT(c)) {
while (*s && !ISDIGIT(*s)) {
if (!ISDIGIT(*rptr) || !ISDIGIT(*(rptr + 1)) || !ISDIGIT(*(rptr + 2)))
if (!ISDIGIT(c))
for (l = 0; ISDIGIT(c) && (i > 0); i--) {
if (!ISDIGIT(c))
for (l = 0; ISDIGIT(c) && (i > 0); i--) {
while (((c = *s++) != '\0') && ISDIGIT(c)) {
if (!(ISDIGIT(uastr[0]) && ISDIGIT(uastr[l-1])))
if (ISDIGIT(*c)) {
while (((c = *s++) != '\0') && ISDIGIT(c)) {
if (!strncmp(base, backup, base_length) && ISDIGIT(backup[base_length])) {
for (p = &backup[base_length]; ISDIGIT(*p); ++p)