isquote
isquote(int ch)
#define isquote(c) (((c) == '"') || ((c) == '\''))
#define isquote(c) ((c) == SQ || (c) == DQ)