Searched refs:wgetscrreg (Results 1 – 1 of 1) sorted by relevance
988 extern NCURSES_EXPORT(int) wgetscrreg (const WINDOW *, int *, int *); /* generated */1448 #define wgetscrreg(win,t,b) (NCURSES_OK_ADDR(win) ? (*(t) = (win)->_regtop, *(b) = (win)->_regbotto… macro