Home
last modified time | relevance | path

Searched defs:mvwgetch (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_mvwgetch.c47 mvwgetch(WINDOW *win, int y, int x) in mvwgetch() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dgetch.c83 mvwgetch(w, y, x) in mvwgetch() function
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetch.c77 mvwgetch(WINDOW *w, int y, int x) in mvwgetch() function
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h129 #define mvwgetch(win, y, x) VOID(wmove(win, y, x) == ERR?ERR:wgetch(win)) macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h883 #define mvwgetch(w, y, x) \ macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h935 #define mvwgetch(w,y,x) (wmove(w,y,x)?ERR:wgetch(w)) macro