isdigit 67 lib/strutil/strutil8bit.c DECLARE_CTYPE_WRAPPER (isdigit) isdigit 75 lib/vfs/parse_ls_vga.c return (column != NULL && isdigit (column[0])); isdigit 136 lib/vfs/parse_ls_vga.c for (i = 0; i < 3 && *month != '\0' && !isdigit ((unsigned char) *month) isdigit 774 src/diffviewer/ydiff.c if (isdigit (buf[0])) isdigit 915 src/editor/edit.c else if (isdigit (c)) isdigit 467 src/editor/editbuffer.c if (isdigit (last)) isdigit 116 src/editor/etags.c if (isdigit (c)) isdigit 155 src/editor/etags.c else if (isdigit (c)) isdigit 1120 src/vfs/ftpfs/ftpfs.c for (c = reply_str + 4; *c != '\0' && !isdigit ((unsigned char) *c); c++) isdigit 1123 src/vfs/ftpfs/ftpfs.c if (*c == '\0' || !isdigit ((unsigned char) *c)) isdigit 323 src/vfs/ftpfs/ftpfs_parse_ls.c if (isdigit ((unsigned char) *t)) isdigit 1031 src/vfs/ftpfs/ftpfs_parse_ls.c if (!isdigit ((unsigned char) *t)) isdigit 270 src/vfs/tar/tar-internal.c if (isdigit (*p)) isdigit 276 src/vfs/tar/tar-internal.c while (isdigit (*++p) != 0) isdigit 290 src/vfs/tar/tar-internal.c while (isdigit (*++p) != 0) isdigit 302 src/vfs/tar/tar-internal.c else if (minval < 0 && *p == '-' && isdigit (p[1])) isdigit 307 src/vfs/tar/tar-internal.c while (isdigit (*++p) != 0) isdigit 271 src/vfs/tar/tar-xheader.c while (isdigit (*++p)) isdigit 663 src/vfs/undelfs/undelfs.c if (!isdigit (*f))