Searched defs:mvgetch (Results 1 – 6 of 6) sorted by relevance
/titanic_52/usr/src/lib/libcurses/screen/ |
H A D | _mvgetch.c | 49 mvgetch(int y, int x) in mvgetch() function
|
/titanic_52/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | getch.c | 65 mvgetch(y, x) in mvgetch() function
|
/titanic_52/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | getch.c | 64 mvgetch(int y, int x) in mvgetch() function
|
/titanic_52/usr/src/ucbhead/ |
H A D | curses.h | 142 #define mvgetch(y, x) mvwgetch(stdscr, y, x) macro
|
/titanic_52/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 884 #define mvgetch(y, x) (move(y, x) ? ERR : getch()) macro
|
/titanic_52/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 936 #define mvgetch(y,x) (move(y,x)?ERR:getch()) macro
|