Searched refs:wgetch (Results 1 - 25 of 26) sorted by relevance

12

/osnet-11/usr/src/lib/libcurses/screen/
H A D_getch.c51 return (wgetch(stdscr));
H A D_mvgetch.c51 return (wmove(stdscr, y, x) == ERR ? ERR : wgetch(stdscr));
H A D_mvwgetch.c51 return (wmove(win, y, x) == ERR ? ERR : wgetch(win));
H A Dwgetwch.c50 if ((c = wgetch(win)) == ERR)
61 if ((c = wgetch(win)) == ERR)
H A Dwgetch.c53 * wgetch MUST return an int, not a char, because it can return
58 wgetch(WINDOW *win) function
H A Dwgetstr.c103 ch = wgetch(win);
H A Dllib-lcurses1147 /* wgetch.c */
1148 int wgetch(WINDOW *win);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetch.c56 value = wgetch(stdscr);
71 value = wgetch(stdscr);
86 value = wgetch(w);
H A Dwget_wch.c56 * XPG4 is silent as to whether wget_wch() and wgetch()
87 * wgetch() to read in individual bytes and only
94 * Input function is wgetch(), which takes a WINDOW * for
105 if ((ch = wgetch(w)) == ERR) {
141 * (wgetch()) input methods.
H A Dwgetch.c28 * wgetch.c
40 "libxcurses/src/libc/xcurses/rcs/wgetch.c 1.23 1998/06/05 16:38:43 "
252 /* if in wgetch, always do refresh */
259 * MKS EXTENSION permits the return value of wgetch(), which
334 wgetch(WINDOW *w) function
H A Dnewterm.c277 wio->get = (int (*)(void *)) wgetch;
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dgetch.c57 value = wgetch(stdscr);
77 value = wgetch(stdscr);
98 value = wgetch(w);
H A Dwget_wch.c51 * XPG4 is silent as to whether wget_wch() and wgetch()
89 * wgetch() to read in individual bytes and only
95 /* Input function is wgetch(), which takes a WINDOW * for
106 if ((ch = wgetch(w)) < __KEY_BASE) {
130 * (wgetch()) input methods.
H A Dwgetch.c30 * wgetch.c
40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/wgetch.c 1.5 1995/06/19 16:12:13 ant Exp $";
49 * MKS EXTENSION permits the return value of wgetch(), which
112 wgetch(w) function
119 __m_trace("wgetch(%p) at (%d, %d).", w, w->_cury, w->_curx);
125 return __m_return_int("wgetch", POP());
141 return __m_return_int("wgetch", EOF);
174 return __m_return_int("wgetch", KEY_BACKSPACE);
193 return __m_return_int("wgetch", node->key);
233 return __m_return_int("wgetch", c
[all...]
H A Dnewterm.c281 wio->get = (int (*)(void *)) wgetch;
/osnet-11/usr/src/lib/libxcurses/
H A DMakefile.com44 baudrate.o getn_ws.o newterm.o tigetnum.o wgetch.o \
/osnet-11/usr/src/lib/libxcurses2/
H A DMakefile.com42 baudrate.o getn_ws.o newterm.o tigetnum.o wgetch.o \
/osnet-11/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses911 * wgetch.c
914 int wgetch(WINDOW *);
H A Dllib-lxcurses895 * wgetch.c
898 int wgetch(WINDOW *);
/osnet-11/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses895 * wgetch.c
898 int wgetch(WINDOW *);
H A Dllib-lxcurses895 * wgetch.c
898 int wgetch(WINDOW *);
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h605 extern int wgetch(WINDOW *);
935 #define getch() wgetch(stdscr)
937 #define mvwgetch(w,y,x) (wmove(w,y,x)?ERR:wgetch(w))
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h681 extern int wgetch(WINDOW *);
883 #define getch() wgetch(stdscr)
886 (wmove(__w1 = (w), y, x) ? ERR : wgetch(__w1))
/osnet-11/usr/src/lib/libcurses/
H A DMakefile.com92 wclrtobot.o wclrtoeol.o wdelch.o wechochar.o wgetch.o \
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfigure4627 echo "$as_me:$LINENO: checking for wgetch in -lncurses" >&5
4628 echo $ECHO_N "checking for wgetch in -lncurses... $ECHO_C" >&6
4647 char wgetch ();
4651 wgetch (); function
4699 echo "$as_me:$LINENO: checking for wgetch in -lcurses" >&5
4700 echo $ECHO_N "checking for wgetch in -lcurses... $ECHO_C" >&6
4719 char wgetch ();
4723 wgetch (); function

Completed in 99 milliseconds

12