Searched defs:boty (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | wsetscrreg.c | 54 wsetscrreg(WINDOW *win, int topy, int boty) argument 56 if (topy < 0 || topy >= win->_maxy || boty < 0 || boty >= win->_maxy) 62 win->_bmarg = (short) boty;
|
H A D | wnoutref.c | 57 boty, sminy, smaxy, minx, maxx, lo, hi; local 95 boty = win->_maxy+yorg; 96 if (yorg >= sminy && yorg < smaxy && boty >= smaxy) 97 boty = smaxy; 99 if (boty > scrli) 100 boty = scrli; 101 boty -= yorg; 125 for (y = 0; y < boty; ++y, ++hash, ++bch, ++ech, ++sbch,
|
H A D | wrefresh.c | 88 int wx, wy, nc, boty, clby, idby, *hs, curwin; local 209 boty = _VIRTBOT + 1; 213 for (; wy < boty; ++wy, ++bnsch, ++ensch) { 227 clby = _getceod(wy, boty); 236 _useceod(wy, boty); 1137 * topy, boty: the region to consider 1141 _getceod(int topy, int boty) argument 1148 if ((topy + 1) >= boty) 1149 return (boty); 1151 wy = boty 1177 _useceod(int topy, int boty) argument [all...] |
Completed in 47 milliseconds