Home | History | Annotate | Download | only in include

Lines Matching refs:mvwinch

655 extern NCURSES_EXPORT(chtype) mvwinch (WINDOW *, int, int);			/* generated */
1195 #define mvwinch(win,y,x) (wmove(win,y,x) == ERR ? NCURSES_CAST(chtype, ERR) : winch(win))
1216 #define mvinch(y,x) mvwinch(stdscr,y,x)