in_wch
extern int in_wch(cchar_t *);
#define mvin_wch(y,x,cp) (move(y,x)?ERR:in_wch(cp))
(in_wch)(cc)
(move(y, x) ? (cp, ERR) : in_wch(cp))