ISDIGIT 146 modules/up/src/Core/gnu/regex.c #define ISDIGIT(c) (isascii (c) && isdigit (c)) ISDIGIT 146 modules/up/src/gnug++/regex.c #define ISDIGIT(c) (isascii (c) && isdigit (c))