isdigit 212 global/global.c for (n = 0; isdigit(*p); p++) \ isdigit 255 global/global.c if (*p++ != ' ' || !isdigit(*p)) isdigit 270 global/global.c if (!isdigit(*p)) isdigit 280 global/global.c if (!isdigit(*++p)) isdigit 445 global/global.c while (*p && isdigit(*p)) isdigit 1136 global/global.c for (linenum = 0; *p && isdigit(*p); linenum = linenum * 10 + (*p++ - '0')) isdigit 1194 global/global.c if (!(isalpha(*p) || isdigit(*p) || isblank(*p) || *p == '_')) { isdigit 1564 global/global.c if (!isdigit(*p)) \ isdigit 1566 global/global.c for (n = 0; isdigit(*p); p++) \ isdigit 1664 global/global.c if (!isdigit(*p)) isdigit 1682 global/global.c } else if (isdigit(*p)) { isdigit 1716 global/global.c for (n = 0; isdigit(*p); p++) isdigit 920 gtags-cscope/command.c !isdigit((unsigned char) *linenum)) { isdigit 181 gtags-cscope/gtags-cscope.c if (isdigit((unsigned char) *s)) { isdigit 300 gtags-cscope/mouse.c while(isdigit(i = mygetch())) { isdigit 309 gtags-cscope/mouse.c while(isdigit(i = mygetch())) { isdigit 102 htags/cflowindex.c if (!*p || !isdigit(*p)) isdigit 105 htags/cflowindex.c for (; *p && isdigit(*p); p++) isdigit 132 htags/cflowindex.c if (isdigit(*p)) { /* (1) name: 999 */ isdigit 134 htags/cflowindex.c for (; *p && isdigit(*p); p++) isdigit 154 htags/cflowindex.c if (!isdigit(*p)) isdigit 157 htags/cflowindex.c for (; *p && isdigit(*p); p++) isdigit 524 htags/common.c if (isdigit(*key)) isdigit 207 libglibc/regex.c #define ISDIGIT(c) (ISASCII (c) && isdigit (c)) isdigit 278 libutil/compress.c for (p++; *p && isdigit((unsigned char)*p); p++) isdigit 438 libutil/strbuf.c else if (isdigit(c) || (c == '-' && isdigit((unsigned char)*(s + 1)))) { isdigit 445 libutil/strbuf.c while (isdigit((unsigned char)*s)) isdigit 165 libutil/token.c } else if (isdigit(c)) { /* digit */ isdigit 221 plugin-factory/exuberant-ctags.c if (!isdigit((unsigned char)*p)) isdigit 223 plugin-factory/exuberant-ctags.c while (p >= ctags_x && isdigit((unsigned char)*p))