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