Searched defs:mvgetch (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A D_mvgetch.c49 mvgetch(int y, int x) function
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dgetch.c62 #undef mvgetch macro
65 mvgetch(y, x) function
71 __m_trace("mvgetch(%d, %d)", y, x);
75 return __m_return_int("mvgetch", EOF);
79 return __m_return_int("mvgetch", value);
96 return __m_return_int("mvgetch", EOF);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetch.c61 #undef mvgetch macro
64 mvgetch(int y, int x) function
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h485 extern int mvgetch(int, int);
884 #define mvgetch(y, x) (move(y, x) ? ERR : getch()) macro
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h601 extern int mvgetch(int, int);
936 #define mvgetch(y,x) (move(y,x)?ERR:getch()) macro

Completed in 64 milliseconds