Searched defs:wgetch (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwgetch.c53 * wgetch MUST return an int, not a char, because it can return
58 wgetch(WINDOW *win) function
/illumos-gate/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
/illumos-gate/usr/src/ucblib/libcurses/
H A Dgetch.c31 wgetch(WINDOW *win) function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
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...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetch.c32 * wgetch.c
44 "libxcurses/src/libc/xcurses/rcs/wgetch.c 1.23 1998/06/05 16:38:43 "
257 /* if in wgetch, always do refresh */
264 * MKS EXTENSION permits the return value of wgetch(), which
339 wgetch(WINDOW *w) function
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile369 wgetch.3xcurses \
560 wgetch.3xcurses := LINKSRC = getch.3xcurses
/illumos-gate/usr/src/man/man3curses/
H A DMakefile540 wgetch.3curses \
698 wgetch.3curses := LINKSRC = curs_getch.3curses

Completed in 98 milliseconds