isdigit            71 lib/strutil/strutil8bit.c DECLARE_CTYPE_WRAPPER (isdigit)
isdigit            74 lib/vfs/parse_ls_vga.c     return (column != NULL && isdigit (column[0]));
isdigit           136 lib/vfs/parse_ls_vga.c          i < 3 && *month != '\0' && !isdigit ((unsigned char) *month)
isdigit           775 src/diffviewer/ydiff.c         if (isdigit (buf[0]))
isdigit           930 src/editor/edit.c     else if (isdigit (c))
isdigit           467 src/editor/editbuffer.c             if (isdigit (last))
isdigit           118 src/editor/etags.c             if (isdigit (c))
isdigit           157 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           321 src/vfs/ftpfs/ftpfs_parse_ls.c     if (isdigit ((unsigned char) *t))
isdigit          1030 src/vfs/ftpfs/ftpfs_parse_ls.c         if (!isdigit ((unsigned char) *t))
isdigit           281 src/vfs/tar/tar-internal.c     if (isdigit (*p))
isdigit           287 src/vfs/tar/tar-internal.c             while (isdigit (*++p) != 0)
isdigit           301 src/vfs/tar/tar-internal.c             while (isdigit (*++p) != 0)
isdigit           313 src/vfs/tar/tar-internal.c     else if (minval < 0 && *p == '-' && isdigit (p[1]))
isdigit           318 src/vfs/tar/tar-internal.c         while (isdigit (*++p) != 0)
isdigit           275 src/vfs/tar/tar-xheader.c             while (isdigit (*++p))
isdigit           664 src/vfs/undelfs/undelfs.c     if (!isdigit (*f))