Home
last modified time | relevance | path

Searched refs:wdelch (Results 1 – 25 of 33) sorted by relevance

12

/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddelch.c56 code = wdelch(stdscr); in delch()
69 code = wdelch(stdscr); in mvdelch()
82 code = wdelch(w); in mvwdelch()
H A Dwdelch.c59 wdelch(WINDOW *w) in wdelch() function
H A Dwget_wch.c154 (void) wdelch(w); in wget_wch()
H A Dwgetch.c330 (void) wdelch(w); in __m_echo()
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddelch.c55 code = wdelch(stdscr);
71 code = wdelch(stdscr);
88 code = wdelch(w);
H A Dwdelch.c53 wdelch(w) in wdelch() function
/titanic_50/usr/src/lib/libcurses/screen/
H A D_delch.c51 return (wdelch(stdscr)); in delch()
H A D_mvdelch.c51 return (wmove(stdscr, y, x) == ERR ? ERR : wdelch(stdscr)); in mvdelch()
H A D_mvwdelch.c51 return (wmove(win, y, x) == ERR ? ERR : wdelch(win)); in mvwdelch()
H A Dwdelch.c53 wdelch(WINDOW *win) in wdelch() function
H A Dmapfile-vers322 wdelch;
/titanic_50/usr/src/ucblib/libcurses/
H A Ddelch.c32 wdelch(WINDOW *win) in wdelch() function
H A Dmapfile-vers169 wdelch;
/titanic_50/usr/src/ucbhead/
H A Dcurses.h122 #define delch() VOID(wdelch(stdscr))
138 ERR : wdelch(win))
229 extern int wdelch(WINDOW *);
/titanic_50/usr/src/lib/libeti/form/common/
H A Dchg_data.c266 (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 DMakefile.com41 attr_on.o getcchar.o napms.o tgoto.o wdelch.o \
/titanic_50/usr/src/lib/libxcurses/src/
H A Dmapfile-vers378 wdelch;
/titanic_50/usr/src/lib/libxcurses/
H A DMakefile.com43 attr_on.o getcchar.o napms.o tgoto.o wdelch.o \
/titanic_50/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers379 wdelch;
/titanic_50/usr/src/lib/libxcurses2/h/
H A Dcurses.h675 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 Dcurses.h544 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 Dllib-lcurses884 * wdelch.c
886 int wdelch(WINDOW *);
H A Dllib-lxcurses884 * wdelch.c
886 int wdelch(WINDOW *);
/titanic_50/usr/src/man/man3xcurses/
H A DMakefile361 wdelch.3xcurses \
527 wdelch.3xcurses := LINKSRC = delch.3xcurses
/titanic_50/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses900 * wdelch.c
902 int wdelch(WINDOW *);

12