Searched defs:wgetch (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | wgetch.c | 53 * wgetch MUST return an int, not a char, because it can return 58 wgetch(WINDOW *win) function
|
/osnet-11/usr/src/grub/grub-0.97/ |
H A D | configure | 4627 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
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wgetch.c | 30 * 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...] |
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wgetch.c | 28 * 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
|
Completed in 49 milliseconds