Home | History | Annotate | Download | only in include

Lines Matching refs:getcurx

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