/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | delch.c | 56 code = wdelch(stdscr); in delch() 69 code = wdelch(stdscr); in mvdelch() 82 code = wdelch(w); in mvwdelch()
|
H A D | wdelch.c | 59 wdelch(WINDOW *w) in wdelch() function
|
H A D | wget_wch.c | 154 (void) wdelch(w); in wget_wch()
|
H A D | wgetch.c | 330 (void) wdelch(w); in __m_echo()
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | delch.c | 55 code = wdelch(stdscr); 71 code = wdelch(stdscr); 88 code = wdelch(w);
|
H A D | wdelch.c | 53 wdelch(w) in wdelch() function
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | _delch.c | 51 return (wdelch(stdscr)); in delch()
|
H A D | _mvdelch.c | 51 return (wmove(stdscr, y, x) == ERR ? ERR : wdelch(stdscr)); in mvdelch()
|
H A D | _mvwdelch.c | 51 return (wmove(win, y, x) == ERR ? ERR : wdelch(win)); in mvwdelch()
|
H A D | wdelch.c | 53 wdelch(WINDOW *win) in wdelch() function
|
H A D | mapfile-vers | 322 wdelch;
|
/titanic_50/usr/src/ucblib/libcurses/ |
H A D | delch.c | 32 wdelch(WINDOW *win) in wdelch() function
|
H A D | mapfile-vers | 169 wdelch;
|
/titanic_50/usr/src/ucbhead/ |
H A D | curses.h | 122 #define delch() VOID(wdelch(stdscr)) 138 ERR : wdelch(win)) 229 extern int wdelch(WINDOW *);
|
/titanic_50/usr/src/lib/libeti/form/common/ |
H A D | chg_data.c | 266 (void) wdelch(w); /* delete the char */ in wrap_ok() 396 (void) wdelch(W(f)); in _del_char() 462 (void) wdelch(w); in _del_prev()
|
/titanic_50/usr/src/lib/libxcurses2/ |
H A D | Makefile.com | 41 attr_on.o getcchar.o napms.o tgoto.o wdelch.o \
|
/titanic_50/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 378 wdelch;
|
/titanic_50/usr/src/lib/libxcurses/ |
H A D | Makefile.com | 43 attr_on.o getcchar.o napms.o tgoto.o wdelch.o \
|
/titanic_50/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 379 wdelch;
|
/titanic_50/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 675 extern int wdelch(WINDOW *); 862 #define delch() wdelch(stdscr) 865 (wmove(__w1 = (w), y, x) ? ERR : wdelch(__w1))
|
/titanic_50/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 544 extern int wdelch(WINDOW *); 915 #define delch() wdelch(stdscr) 917 #define mvwdelch(w,y,x) (wmove(w,y,x)?ERR:wdelch(w))
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 884 * wdelch.c 886 int wdelch(WINDOW *);
|
H A D | llib-lxcurses | 884 * wdelch.c 886 int wdelch(WINDOW *);
|
/titanic_50/usr/src/man/man3xcurses/ |
H A D | Makefile | 361 wdelch.3xcurses \ 527 wdelch.3xcurses := LINKSRC = delch.3xcurses
|
/titanic_50/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 900 * wdelch.c 902 int wdelch(WINDOW *);
|