Searched refs:is_digit (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/zic/
H A Dprivate.h47 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
H A Dscheck.c39 while (is_digit(*fp))
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4y.y136 if (is_digit(c))
H A Dm4y_xpg4.y142 if (is_digit(c))
H A Dm4.h77 #define is_digit(x) (!is_builtin(x) && iswascii(x) && isdigit(x)) macro
H A Dm4.c556 if (is_digit(*dp)) {
793 while (is_digit(*str))
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c147 #define is_digit(c) ((unsigned) to_digit(c) <= 9) macro
275 while (is_digit(*cp)) \
409 while (is_digit(ch))
444 } while (is_digit(ch));
864 while (is_digit(*cp)) \
917 while (is_digit(ch))
931 } while (is_digit(ch));
/illumos-gate/usr/src/lib/efcode/engine/
H A Dforth.c1041 is_digit(char digit, int num_base, fstack_t *dptr) function
1090 error = is_digit(*buf++, env->num_base, &digit);
1110 if (is_digit(TOS, base, &value))
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c6760 int is_digit = isdigit((int)(unsigned char) count); local
6769 if(gl->number < 0 || !is_digit)
6774 if(is_digit) {

Completed in 111 milliseconds