addchnstr
extern int addchnstr(const chtype *, int);
#define mvaddchnstr(y,x,chs,n) (move(y,x)?ERR:addchnstr(chs,n))
extern int addchnstr(const chtype *, int);
(move(y, x) ? ((chs), (n), ERR) : addchnstr(chs, n))