isdigit            71 lib/strutil/strutil8bit.c DECLARE_CTYPE_WRAPPER (isdigit)
isdigit           125 lib/strutil/strverscmp.c     state = S_N + ((c1 == '0') + (isdigit (c1) != 0));
isdigit           135 lib/strutil/strverscmp.c         state += (c1 == '0') + (isdigit (c1) != 0);
isdigit           138 lib/strutil/strverscmp.c     state = result_type[state * 3 + (((c2 == '0') + (isdigit (c2) != 0)))];
isdigit           146 lib/strutil/strverscmp.c         while (isdigit (*p1++))
isdigit           147 lib/strutil/strverscmp.c             if (!isdigit (*p2++))
isdigit           150 lib/strutil/strverscmp.c         return isdigit (*p2) ? -1 : diff;
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           776 src/diffviewer/ydiff.c         if (isdigit (buf[0]))
isdigit           931 src/editor/edit.c     else if (isdigit (c))
isdigit           468 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           373 src/vfs/tar/tar-sparse.c     if (!isdigit (*arg))
isdigit           205 src/vfs/tar/tar-xheader.c         if (isdigit (arg[*arg == '-' ? 1 : 0]))
isdigit           219 src/vfs/tar/tar-xheader.c         if (isdigit (*arg))
isdigit           319 src/vfs/tar/tar-xheader.c     if (!isdigit (arg[negative]))
isdigit           354 src/vfs/tar/tar-xheader.c             while (isdigit (*++p))
isdigit           435 src/vfs/tar/tar-xheader.c     if (!isdigit (*arg))
isdigit           685 src/vfs/tar/tar-xheader.c     if (!isdigit (*p))
isdigit           893 src/vfs/tar/tar-xheader.c         if (!isdigit (*arg))
isdigit           664 src/vfs/undelfs/undelfs.c     if (!isdigit (*f))