inchstr
extern int inchstr(chtype *);
#define mvinchstr(y,x,chs) (move(y,x)?ERR:inchstr(chs))
(inchstr)(chs)
extern int inchstr(chtype *);
(move(y, x) ? (chs, ERR) : inchstr(chs))