Lines Matching full:getbegy
814 extern NCURSES_EXPORT(int) getbegy (const WINDOW *); /* generated */909 #define getbegyx(win,y,x) (y = getbegy(win), x = getbegx(win))951 #define getbegy(win) ((win) ? (win)->_begy : ERR)