Searched defs:mvwdelch (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _mvwdelch.c | 49 mvwdelch(WINDOW *win, int y, int x) function
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | delch.c | 77 (mvwdelch)(w, y, x) function 84 __m_trace("mvwdelch(%p, %d, %d)", w, y, x); 90 return __m_return_code("mvwdelch", code);
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | delch.c | 74 #undef mvwdelch macro 77 mvwdelch(WINDOW *w, int y, int x) function
|
/illumos-gate/usr/src/ucbhead/ |
H A D | curses.h | 137 #define mvwdelch(win, y, x) VOID(wmove(win, y, x) == ERR ? \ macro 146 #define mvdelch(y, x) mvwdelch(stdscr, y, x)
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 524 extern int mvwdelch(WINDOW *, int, int); 864 #define mvwdelch(w, y, x) \ macro
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 543 extern int mvwdelch(WINDOW *, int, int); 917 #define mvwdelch(w,y,x) (wmove(w,y,x)?ERR:wdelch(w)) macro
|
/illumos-gate/usr/src/man/man3xcurses/ |
H A D | Makefile | 236 mvwdelch.3xcurses \ 526 mvwdelch.3xcurses := LINKSRC = delch.3xcurses
|
/illumos-gate/usr/src/man/man3curses/ |
H A D | Makefile | 333 mvwdelch.3curses \ 684 mvwdelch.3curses := LINKSRC = curs_delch.3curses
|
Completed in 107 milliseconds