Home | History | Annotate | Download | only in include

Lines Matching refs:mvwinch

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