Home | History | Annotate | Download | only in include

Lines Matching refs:getcurx

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