/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | getch.c | 56 value = wgetch(stdscr); in getch() 71 value = wgetch(stdscr); in mvgetch() 86 value = wgetch(w); in mvwgetch()
|
H A D | wget_wch.c | 105 if ((ch = wgetch(w)) == ERR) { in wget_wch()
|
H A D | wgetch.c | 339 wgetch(WINDOW *w) in wgetch() function
|
H A D | newterm.c | 277 wio->get = (int (*)(void *)) wgetch; in newterm()
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | getch.c | 57 value = wgetch(stdscr); in getch() 77 value = wgetch(stdscr); 98 value = wgetch(w);
|
H A D | wget_wch.c | 106 if ((ch = wgetch(w)) < __KEY_BASE) {
|
H A D | wgetch.c | 112 wgetch(w) in wgetch() function
|
H A D | newterm.c | 281 wio->get = (int (*)(void *)) wgetch;
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | wgetwch.c | 50 if ((c = wgetch(win)) == ERR) in wgetwch() 61 if ((c = wgetch(win)) == ERR) in wgetwch()
|
H A D | _getch.c | 51 return (wgetch(stdscr)); in getch()
|
H A D | _mvgetch.c | 51 return (wmove(stdscr, y, x) == ERR ? ERR : wgetch(stdscr)); in mvgetch()
|
H A D | _mvwgetch.c | 51 return (wmove(win, y, x) == ERR ? ERR : wgetch(win)); in mvwgetch()
|
H A D | wgetch.c | 58 wgetch(WINDOW *win) in wgetch() function
|
H A D | wgetstr.c | 103 ch = wgetch(win); in wgetnstr()
|
H A D | curses.ed | 171 int _delay; /* delay period on wgetch */ 302 extern int wgetch(WINDOW *); /* it can return KEY_*, for instance. */ 306 extern char *keyname(int); /* name of token returned by wgetch() */ 497 extern int wgetch(); /* because it can return KEY_*, for instance. */ 501 *keyname(), /* (int) name of token returned by wgetch() */ 915 #define getch() wgetch(stdscr) 1118 (wmove(win, y, x) == ERR ? ERR : wgetch(win))
|
H A D | mapfile-vers | 327 wgetch;
|
/titanic_50/usr/src/ucblib/libcurses/ |
H A D | getstr.c | 34 while ((*str = wgetch(win)) != ERR && *str != '\n') in wgetstr()
|
H A D | getch.c | 31 wgetch(WINDOW *win) in wgetch() function
|
H A D | mapfile-vers | 172 wgetch;
|
/titanic_50/usr/src/ucbhead/ |
H A D | curses.h | 109 #define getch() VOID(wgetch(stdscr)) 131 #define mvwgetch(win, y, x) VOID(wmove(win, y, x) == ERR?ERR:wgetch(win)) 225 extern int wgetch(WINDOW *);
|
/titanic_50/usr/src/lib/libxcurses2/ |
H A D | Makefile.com | 43 baudrate.o getn_ws.o newterm.o tigetnum.o wgetch.o \
|
/titanic_50/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 384 wgetch;
|
/titanic_50/usr/src/lib/libxcurses/ |
H A D | Makefile.com | 45 baudrate.o getn_ws.o newterm.o tigetnum.o wgetch.o \
|
/titanic_50/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 385 wgetch;
|
/titanic_50/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 681 extern int wgetch(WINDOW *); 883 #define getch() wgetch(stdscr) 886 (wmove(__w1 = (w), y, x) ? ERR : wgetch(__w1))
|