Home | History | Annotate | Download | only in include

Lines Matching refs:mvgetch

613 extern NCURSES_EXPORT(int) mvgetch (int, int);				/* generated */
1082 #define mvgetch(y,x) mvwgetch(stdscr,y,x)