Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddelch.c54 code = wdelch(stdscr); in delch()
67 code = wdelch(stdscr); in mvdelch()
80 code = wdelch(w); in mvwdelch()
H A Dwdelch.c57 wdelch(WINDOW *w) in wdelch() function
H A Dwget_wch.c152 (void) wdelch(w); in wget_wch()
H A Dwgetch.c328 (void) wdelch(w); in __m_echo()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddelch.c53 code = wdelch(stdscr);
69 code = wdelch(stdscr);
86 code = wdelch(w);
H A Dwdelch.c51 wdelch(w) in wdelch() function
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_delch.c49 return (wdelch(stdscr)); in delch()
H A D_mvdelch.c49 return (wmove(stdscr, y, x) == ERR ? ERR : wdelch(stdscr)); in mvdelch()
H A D_mvwdelch.c49 return (wmove(win, y, x) == ERR ? ERR : wdelch(win)); in mvwdelch()
H A Dwdelch.c51 wdelch(WINDOW *win) in wdelch() function
H A Dmapfile-vers322 wdelch;
H A Dcurses.ed420 extern int wdelch(WINDOW *);
547 wborder(), wclrtobot(), wclrtoeol(), wdelch(), wechochar(),
911 #define delch() wdelch(stdscr)
1116 (wmove(win, y, x) == ERR ? ERR : wdelch(win))
/illumos-gate/usr/src/ucblib/libcurses/
H A Ddelch.c30 wdelch(WINDOW *win) in wdelch() function
H A Dmapfile-vers189 wdelch;
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h120 #define delch() VOID(wdelch(stdscr))
136 ERR : wdelch(win))
227 extern int wdelch(WINDOW *);
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_data.c264 (void) wdelch(w); /* delete the char */ in wrap_ok()
394 (void) wdelch(W(f)); in _del_char()
460 (void) wdelch(w); in _del_prev()
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile.com42 attr_on.o getcchar.o napms.o tgoto.o wdelch.o \
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile.com44 attr_on.o getcchar.o napms.o tgoto.o wdelch.o \
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers378 wdelch;
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h542 extern int wdelch(WINDOW *);
913 #define delch() wdelch(stdscr)
915 #define mvwdelch(w,y,x) (wmove(w,y,x)?ERR:wdelch(w))
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h673 extern int wdelch(WINDOW *);
860 #define delch() wdelch(stdscr)
863 (wmove(__w1 = (w), y, x) ? ERR : wdelch(__w1))
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers379 wdelch;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile361 wdelch.3xcurses \
527 wdelch.3xcurses := LINKSRC = delch.3xcurses
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com95 wclrtobot.o wclrtoeol.o wdelch.o wechochar.o wgetch.o \
/illumos-gate/usr/src/man/man3curses/
H A DMakefile535 wdelch.3curses \
685 wdelch.3curses := LINKSRC = curs_delch.3curses

12