Home | History | Annotate | Download | only in include

Lines Matching refs:mvwdelch

636 extern NCURSES_EXPORT(int) mvwdelch (WINDOW *, int, int);		/* generated */
1059 #define mvwdelch(win,y,x) (wmove(win,y,x) == ERR ? ERR : wdelch(win))
1081 #define mvdelch(y,x) mvwdelch(stdscr,y,x)