Home | History | Annotate | Download | only in include

Lines Matching defs:getcurx

824 extern NCURSES_EXPORT(int) getcurx (const WINDOW *);			/* generated */
1034 #define getyx(win,y,x) (y = getcury(win), x = getcurx(win))
1078 #define getcurx(win) ((win) ? (win)->_curx : ERR)