Home | History | Annotate | Download | only in include

Lines Matching refs:getcury

812 extern NCURSES_EXPORT(int) getcury (const WINDOW *);			/* generated */
908 #define getyx(win,y,x) (y = getcury(win), x = getcurx(win))
949 #define getcury(win) ((win) ? (win)->_cury : ERR)