inwstr
#define mvinwstr(y,x,wcs) (move(y,x)?ERR:inwstr(wcs))
extern int inwstr(wchar_t *);
(inwstr)(wcs)
(move(y, x) ? (wcs, ERR) : inwstr(wcs))