Home | History | Annotate | Download | only in include

Lines Matching defs:getbegy

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