Lines Matching refs:boty
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
1184 for (; topy < boty; ++topy, ++begns, ++begch) in _useceod()
1191 if (topy + 1 >= boty) in _useceod()
1195 for (begns = _BEGNS + boty; boty < scrli; ++boty, ++begns) in _useceod()