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