Searched refs:boty (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | wsetscrreg.c | 52 wsetscrreg(WINDOW *win, int topy, int boty) in wsetscrreg() argument 54 if (topy < 0 || topy >= win->_maxy || boty < 0 || boty >= win->_maxy) in wsetscrreg() 60 win->_bmarg = (short) boty; in wsetscrreg()
|
H A D | wnoutref.c | 54 short y, x, xorg, yorg, scrli, scrco, boty, sminy, smaxy, minx, in wnoutrefresh() local 93 boty = win->_maxy+yorg; in wnoutrefresh() 94 if (yorg >= sminy && yorg < smaxy && boty >= smaxy) in wnoutrefresh() 95 boty = smaxy; in wnoutrefresh() 97 if (boty > scrli) in wnoutrefresh() 98 boty = scrli; in wnoutrefresh() 99 boty -= yorg; in wnoutrefresh() 123 for (y = 0; y < boty; ++y, ++hash, ++bch, ++ech, ++sbch, in wnoutrefresh()
|
H A D | wrefresh.c | 86 int wx, wy, nc, boty, clby, idby, *hs, curwin; in wrefresh() local 207 boty = _VIRTBOT + 1; in wrefresh() 211 for (; wy < boty; ++wy, ++bnsch, ++ensch) { in wrefresh() 225 clby = _getceod(wy, boty); in wrefresh() 234 _useceod(wy, boty); in wrefresh() 1144 _getceod(int topy, int boty) in _getceod() argument 1151 if ((topy + 1) >= boty) in _getceod() 1152 return (boty); in _getceod() 1154 wy = boty - 1; in _getceod() 1180 _useceod(int topy, int boty) in _useceod() argument [all …]
|