mvinsch
mvinsch(int y, int x, chtype c)
#define mvinsch(y,x,ch) (move(y,x)?ERR:insch(ch))
#undef mvinsch
mvinsch(y, x, ch)
#define mvinsch(y, x, ch) (move(y, x) ? (ch, ERR) : insch(ch))
#undef mvinsch
mvinsch(int y, int x, chtype ch)
#define mvinsch(y, x, c) mvwinsch(stdscr, y, x, c)