isdigit 323 global/global.c while (*p && isdigit(*p)) isdigit 707 global/global.c while (*p && isdigit(*p)) isdigit 1021 global/global.c if (!isdigit(*p)) \ isdigit 1023 global/global.c for (n = 0; isdigit(*p); p++) \ isdigit 1123 global/global.c if (!isdigit(*p)) isdigit 1135 global/global.c } else if (isdigit(*p)) { isdigit 1160 global/global.c for (n = 0; isdigit(*p); p++) isdigit 476 htags/common.c /* isdigit 207 libglibc/regex.c #define ISDIGIT(c) (ISASCII (c) && isdigit (c)) isdigit 259 libutil/compress.c for (p++; *p && isdigit((unsigned char)*p); p++) isdigit 397 libutil/strbuf.c else if (isdigit(c) || (c == '-' && isdigit((unsigned char)*(s + 1)))) { isdigit 404 libutil/strbuf.c while (isdigit((unsigned char)*s)) isdigit 163 libutil/token.c } else if (isdigit(c)) { /* digit */