Home | History | Annotate | Download | only in include

Lines Matching refs:getbegx

847 extern NCURSES_EXPORT(int) getbegx (const WINDOW *);			/* generated */
1058 #define getbegyx(win,y,x) (y = getbegy(win), x = getbegx(win))
1103 #define getbegx(win) ((win) ? (win)->_begx : ERR)