Home | History | Annotate | Download | only in include

Lines Matching refs:winch

764 extern NCURSES_EXPORT(chtype) winch (WINDOW *);				/* implemented */
1030 #define inch() winch(stdscr)
1065 #define mvwinch(win,y,x) (wmove(win,y,x) == ERR ? NCURSES_CAST(chtype, ERR) : winch(win))