mvaddchnstr
mvaddchnstr(int y, int x, chtype *s, int n)
#define mvaddchnstr(y,x,chs,n) (move(y,x)?ERR:addchnstr(chs,n))
#undef mvaddchnstr
mvaddchnstr(y, x, chs, n)
#define mvaddchnstr(y, x, chs, n) \
#undef mvaddchnstr
mvaddchnstr(int y, int x, const chtype *chs, int n)