ISXDIGIT 154 modules/up/src/Core/gnu/regex.c #define ISXDIGIT(c) (isascii (c) && isxdigit (c)) ISXDIGIT 154 modules/up/src/gnug++/regex.c #define ISXDIGIT(c) (isascii (c) && isxdigit (c))