Isdigit
#define Isdigit(c) (((c) & QUOTE) ? 0 : isdigit((unsigned char) (c)))
#define Isdigit(c) cmap(c, _DIG)