Searched refs:mvwdelch (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/tests/lib/libcurses/tests/ |
| D | mvdelch | 23 call OK mvwdelch $win1 1 3 28 call OK mvwdelch $win1 1 3
|
| /netbsd/src/lib/libcurses/ |
| D | delch.c | 65 return mvwdelch(stdscr, y, x); in mvdelch() 73 mvwdelch(WINDOW *win, int y, int x) in mvwdelch() function
|
| D | curses.expsym | 298 mvwdelch
|
| D | curses.h | 487 #define mvdelch(y, x) mvwdelch(stdscr, y, x) 509 #define mvwdelch(w, y, x) \ macro 610 int mvwdelch(WINDOW *, int, int);
|
| /netbsd/src/tests/lib/libcurses/slave/ |
| D | curses_commands.c | 1071 report_return(mvwdelch(win, y, x)); in cmd_mvwdelch()
|