Isprint
#define Isprint(c) (((c) & QUOTE) ? 0 : isprint((unsigned char) (c)))
#define Isprint(c) (!cmap(c,_CTR) && !(((c) & META) && AsciiOnly))