HomeSort by: relevance | last modified time | path
    Searched refs:Isdigit (Results 1 - 8 of 8) sorted by relevancy

  /src/bin/csh/
char.h 76 #define Isdigit(c) (((c) & QUOTE) ? 0 : isdigit((unsigned char) (c)))
88 #define Isdigit(c) cmap(c, _DIG)
misc.c 330 if (!Isdigit(*cp))
334 while (*cp && Isdigit(*cp))
hist.c 70 if (!Isdigit(*p)) {
lex.c 477 if (Isdigit(c)) {
490 if (!Isdigit(c))
504 if (!letter(c) && !Isdigit(c))
593 || Isdigit(delim) || any(" \t\n", delim)) {
785 if (letter(delim) || Isdigit(delim) || any(" \t\n", delim)) {
1085 if (Isdigit(c)) {
1087 while (Isdigit(c)) {
1167 if (event != -1 && Isdigit(c))
proc.c 958 if (!Isdigit(v[1][0]))
978 if (Isdigit(v[0][1])) {
1074 else if (!(Isdigit(*cp) || *cp == '-'))
1163 if (Isdigit(cp[1])) {
set.c 230 while (*cp && Isdigit(*cp))
428 if (!Isdigit(*cp))
432 while (Isdigit(*cp))
exp.c 639 if (*cp && *cp != '-' && !Isdigit(*cp))
dir.c 537 for (ep = cp; Isdigit(*ep); ep++)

Completed in 23 milliseconds