Home | History | Annotate | Download | only in include

Lines Matching defs:getbegy

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