Searched defs:mvwgetch (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _mvwgetch.c | 49 mvwgetch(WINDOW *win, int y, int x) function
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | getch.c | 82 #undef mvwgetch macro 85 mvwgetch(w, y, x) function 92 __m_trace("mvwgetch(%p, %d, %d)", w, y, x); 100 return __m_return_int("mvwgetch", value);
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | getch.c | 76 #undef mvwgetch macro 79 mvwgetch(WINDOW *w, int y, int x) function
|
/illumos-gate/usr/src/ucbhead/ |
H A D | curses.h | 131 #define mvwgetch(win, y, x) VOID(wmove(win, y, x) == ERR?ERR:wgetch(win)) macro 142 #define mvgetch(y, x) mvwgetch(stdscr, y, x)
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 525 extern int mvwgetch(WINDOW *, int, int); 885 #define mvwgetch(w, y, x) \ macro
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 603 extern int mvwgetch(WINDOW *, int, int); 937 #define mvwgetch(w,y,x) (wmove(w,y,x)?ERR:wgetch(w)) macro
|
/illumos-gate/usr/src/man/man3xcurses/ |
H A D | Makefile | 239 mvwgetch.3xcurses \ 559 mvwgetch.3xcurses := LINKSRC = getch.3xcurses
|
/illumos-gate/usr/src/man/man3curses/ |
H A D | Makefile | 334 mvwgetch.3curses \ 696 mvwgetch.3curses := LINKSRC = curs_getch.3curses
|
Completed in 76 milliseconds