Home
last modified time | relevance | path

Searched refs:getcury (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dgetyx.c46 getcury(WINDOW *win) in getcury() function
H A Dmapfile-vers613 getcury;
H A Dcurses.ed578 #define getyx(win, y, x) ((y) = getcury(win), (x) = getcurx(win))
584 #define getcury(win) ((win)->_cury)
597 extern int getcury(WINDOW *);
610 extern int getcury(), getcurx(), getbegy(), getbegx(),