isdigit 69 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 72 lib/vfs/parse_ls_vga.c return (column != NULL && isdigit (column[0])); isdigit 134 lib/vfs/parse_ls_vga.c i < 3 && *month != '\0' && !isdigit ((unsigned char) *month) isdigit 770 src/diffviewer/ydiff.c if (isdigit (buf[0])) isdigit 908 src/editor/edit.c else if (isdigit (c)) isdigit 472 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 1121 src/vfs/ftpfs/ftpfs.c for (c = reply_str + 4; *c != '\0' && !isdigit ((unsigned char) *c); c++) isdigit 1124 src/vfs/ftpfs/ftpfs.c if (*c == '\0' || !isdigit ((unsigned char) *c)) isdigit 320 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 666 src/vfs/undelfs/undelfs.c if (!isdigit (*f))