Home | History | Annotate | Download | only in include

Lines Matching full:mvwdelch

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