Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetch.c54 value = wgetch(stdscr); in getch()
69 value = wgetch(stdscr); in mvgetch()
84 value = wgetch(w); in mvwgetch()
H A Dwget_wch.c103 if ((ch = wgetch(w)) == ERR) { in wget_wch()
H A Dwgetch.c337 wgetch(WINDOW *w) in wgetch() function
H A Dnewterm.c275 wio->get = (int (*)(void *)) wgetch; in newterm()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dgetch.c55 value = wgetch(stdscr); in getch()
75 value = wgetch(stdscr);
96 value = wgetch(w);
H A Dwget_wch.c104 if ((ch = wgetch(w)) < __KEY_BASE) {
H A Dwgetch.c110 wgetch(w) in wgetch() function
H A Dnewterm.c279 wio->get = (int (*)(void *)) wgetch;
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwgetwch.c48 if ((c = wgetch(win)) == ERR) in wgetwch()
59 if ((c = wgetch(win)) == ERR) in wgetwch()
H A D_getch.c49 return (wgetch(stdscr)); in getch()
H A D_mvgetch.c49 return (wmove(stdscr, y, x) == ERR ? ERR : wgetch(stdscr)); in mvgetch()
H A D_mvwgetch.c49 return (wmove(win, y, x) == ERR ? ERR : wgetch(win)); in mvwgetch()
H A Dwgetch.c56 wgetch(WINDOW *win) in wgetch() function
H A Dwgetstr.c101 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))
/illumos-gate/usr/src/ucblib/libcurses/
H A Dgetstr.c32 while ((*str = wgetch(win)) != ERR && *str != '\n') in wgetstr()
H A Dgetch.c29 wgetch(WINDOW *win) in wgetch() function
H A Dmapfile-vers192 wgetch;
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h107 #define getch() VOID(wgetch(stdscr))
129 #define mvwgetch(win, y, x) VOID(wmove(win, y, x) == ERR?ERR:wgetch(win))
223 extern int wgetch(WINDOW *);
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile.com44 baudrate.o getn_ws.o newterm.o tigetnum.o wgetch.o \
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile.com46 baudrate.o getn_ws.o newterm.o tigetnum.o wgetch.o \
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers384 wgetch;
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h603 extern int wgetch(WINDOW *);
933 #define getch() wgetch(stdscr)
935 #define mvwgetch(w,y,x) (wmove(w,y,x)?ERR:wgetch(w))
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h679 extern int wgetch(WINDOW *);
881 #define getch() wgetch(stdscr)
884 (wmove(__w1 = (w), y, x) ? ERR : wgetch(__w1))
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers385 wgetch;

12