Searched refs:topy (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dwsetscrreg.c54 wsetscrreg(WINDOW *win, int topy, int boty) argument
56 if (topy < 0 || topy >= win->_maxy || boty < 0 || boty >= win->_maxy)
60 win->_tmarg = (short) topy;
H A Dwrefresh.c1137 * topy, boty: the region to consider
1141 _getceod(int topy, int boty) argument
1148 if ((topy + 1) >= boty)
1156 for (; wy >= topy; --wy, --begch, --endch, --begns) {
1177 _useceod(int topy, int boty) argument
1182 begch = _virtscr->_firstch + topy;
1183 begns = _BEGNS + topy;
1184 for (; topy < boty; ++topy, ++begns, ++begch)
1191 if (topy
[all...]
H A Dllib-lcurses1234 int wsetscrreg(WINDOW *win, int topy, int boty);
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_list.c186 int rightx, int topy, int height)
194 int tracktop = topy + frame->get_top_pad (frame);
205 topy);
184 draw_scrollbar(list_impl_t self, int value, int extent, int min, int max, int rightx, int topy, int height) argument

Completed in 27 milliseconds