isdigit           435 gc/cord/de.c       } else if (c < 0x100 && isdigit(c)){
isdigit           980 gc/os_dep.c        while (isdigit(c)) {
isdigit           859 src/char.c             if (isdigit(code)) MASK_SET(CS(SCM_CHARSET_DIGIT), code);
isdigit          2516 src/number.c               if (!isdigit(c)) break;
isdigit          2518 src/number.c               if (isdigit(c)) {
isdigit           992 src/read.c             if (SCM_CHAR_ASCII_P(ch) && isdigit(ch)) {
isdigit           488 src/regexp.c           if (SCM_CHAR_ASCII_P(ch) && isdigit(ch)) {
isdigit           508 src/regexp.c               if (SCM_CHAR_ASCII_P(ch) && isdigit(ch)) {
isdigit          2347 src/stdlib.c    SCM_RESULT = (SCM_CHAR_ASCII_P(c)&&isdigit(c));
isdigit           902 src/write.c                        unsigned long value = isdigit(ch)? (ch - '0') : 0;
isdigit           906 src/write.c                            if (!isdigit(ch)) {