/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | delch.c | 74 #undef mvwdelch 77 mvwdelch(WINDOW *w, int y, int x) in mvwdelch() function
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | _mvwdelch.c | 49 mvwdelch(WINDOW *win, int y, int x) in mvwdelch() function
|
H A D | mapfile-vers | 185 mvwdelch;
|
H A D | curses.ed | 704 extern int mvwdelch(WINDOW *, int, int); 848 mvwaddchstr(), mvwaddnstr(), mvwaddstr(), mvwdelch(), 1046 mvwdelch(stdscr, y, x) 1115 #define mvwdelch(win, y, x) \
|
H A D | llib-lcurses | 395 int mvwdelch(WINDOW *win, int y, int x);
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | delch.c | 77 (mvwdelch)(w, y, x) variable
|
/titanic_50/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)
|
/titanic_50/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 221 mvwdelch;
|
/titanic_50/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 223 mvwdelch;
|
/titanic_50/usr/src/man/man3xcurses/ |
H A D | Makefile | 236 mvwdelch.3xcurses \ 526 mvwdelch.3xcurses := LINKSRC = delch.3xcurses
|
/titanic_50/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 524 extern int mvwdelch(WINDOW *, int, int); 864 #define mvwdelch(w, y, x) \ macro
|
/titanic_50/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
|
/titanic_50/usr/src/man/man3curses/ |
H A D | Makefile | 333 mvwdelch.3curses \ 684 mvwdelch.3curses := LINKSRC = curs_delch.3curses
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 247 int mvwdelch(WINDOW *, int, int);
|
H A D | llib-lxcurses | 247 int mvwdelch(WINDOW *, int, int);
|
/titanic_50/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 247 int mvwdelch(WINDOW *, int, int);
|
H A D | llib-lxcurses | 247 int mvwdelch(WINDOW *, int, int);
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 275 link path=usr/share/man/man3xcurses/mvwdelch.3xcurses target=delch.3xcurses
|
H A D | system-library.man3curses.inc | 440 link path=usr/share/man/man3curses/mvwdelch.3curses target=curs_delch.3curses
|
/titanic_50/ |
H A D | .gitignore | 5759 usr/src/man/man3curses/mvwdelch.3curses 7937 usr/src/man/man3xcurses/mvwdelch.3xcurses
|