Home
last modified time | relevance | path

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

/titanic_50/usr/src/ucbhead/
H A Dcurses.h158 #define getyx(win, y, x) y = win->_cury, x = win->_curx macro
/titanic_50/usr/src/lib/libxcurses2/h/
H A Dcurses.h340 #define getyx(w, y, x) (y = (w)->_cury, x = (w)->_curx) macro
/titanic_50/usr/src/lib/libxcurses/h/
H A Dcurses.h355 #define getyx(w,y,x) (y = (w)->_cury, x = (w)->_curx) macro