Home
last modified time | relevance | path

Searched refs:wgetch (Results 1 – 25 of 41) sorted by relevance

12

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetch.c56 value = wgetch(stdscr); in getch()
71 value = wgetch(stdscr); in mvgetch()
86 value = wgetch(w); in mvwgetch()
H A Dwget_wch.c105 if ((ch = wgetch(w)) == ERR) { in wget_wch()
H A Dwgetch.c339 wgetch(WINDOW *w) in wgetch() function
H A Dnewterm.c277 wio->get = (int (*)(void *)) wgetch; in newterm()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dgetch.c57 value = wgetch(stdscr); in getch()
77 value = wgetch(stdscr);
98 value = wgetch(w);
H A Dwget_wch.c106 if ((ch = wgetch(w)) < __KEY_BASE) {
H A Dwgetch.c112 wgetch(w) in wgetch() function
H A Dnewterm.c281 wio->get = (int (*)(void *)) wgetch;
/titanic_41/usr/src/lib/libcurses/screen/
H A Dwgetwch.c50 if ((c = wgetch(win)) == ERR) in wgetwch()
61 if ((c = wgetch(win)) == ERR) in wgetwch()
H A D_getch.c51 return (wgetch(stdscr)); in getch()
H A D_mvgetch.c51 return (wmove(stdscr, y, x) == ERR ? ERR : wgetch(stdscr)); in mvgetch()
H A D_mvwgetch.c51 return (wmove(win, y, x) == ERR ? ERR : wgetch(win)); in mvwgetch()
H A Dwgetch.c58 wgetch(WINDOW *win) in wgetch() function
H A Dwgetstr.c103 ch = wgetch(win); in wgetnstr()
H A Dcurses.ed171 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 Dmapfile-vers327 wgetch;
/titanic_41/usr/src/ucblib/libcurses/
H A Dgetstr.c34 while ((*str = wgetch(win)) != ERR && *str != '\n') in wgetstr()
H A Dgetch.c31 wgetch(WINDOW *win) in wgetch() function
H A Dmapfile-vers172 wgetch;
/titanic_41/usr/src/ucbhead/
H A Dcurses.h109 #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_41/usr/src/lib/libxcurses2/
H A DMakefile.com43 baudrate.o getn_ws.o newterm.o tigetnum.o wgetch.o \
/titanic_41/usr/src/lib/libxcurses/
H A DMakefile.com45 baudrate.o getn_ws.o newterm.o tigetnum.o wgetch.o \
/titanic_41/usr/src/lib/libxcurses/src/
H A Dmapfile-vers384 wgetch;
/titanic_41/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers385 wgetch;
/titanic_41/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))

12