Searched defs:mvwgetch (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | _mvwgetch.c | 49 mvwgetch(WINDOW *win, int y, int x) in mvwgetch() function
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | getch.c | 85 mvwgetch(w, y, x) in mvwgetch() function
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | getch.c | 79 mvwgetch(WINDOW *w, int y, int x) in mvwgetch() function
|
/titanic_41/usr/src/ucbhead/ |
H A D | curses.h | 131 #define mvwgetch(win, y, x) VOID(wmove(win, y, x) == ERR?ERR:wgetch(win)) macro
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 885 #define mvwgetch(w, y, x) \ macro
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 937 #define mvwgetch(w,y,x) (wmove(w,y,x)?ERR:wgetch(w)) macro
|