Home | History | Annotate | Download | only in include

Lines Matching refs:mvdelch

611 extern NCURSES_EXPORT(int) mvdelch (int, int);				/* generated */
1081 #define mvdelch(y,x) mvwdelch(stdscr,y,x)