Home
last modified time | relevance | path

Searched defs:getyx (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/ucbhead/
H A Dcurses.h156 #define getyx(win, y, x) y = win->_cury, x = win->_curx macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h338 #define getyx(w, y, x) (y = (w)->_cury, x = (w)->_curx) macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h353 #define getyx(w,y,x) (y = (w)->_cury, x = (w)->_curx) macro