Lines Matching defs:bot
189 int bot = screen->max_row - shift;
231 i = screen->bot_marg - bot;
241 i = bot - (screen->bot_marg - screen->refresh_amt + screen->scroll_amt);
243 if (bot < screen->bot_marg) {
249 i = screen->top_marg + screen->scroll_amt - 1 - bot;
264 i = screen->bot_marg - bot;
268 i = screen->top_marg + refreshheight - 1 - bot;
669 int bot;
678 bot = screen->max_row - shift;
693 if ((i = screen->bot_marg - bot) > 0) {
695 if ((i = screen->top_marg + amount - 1 - bot) >= 0) {
907 int bot = screen->max_row - shift;
914 if ((i = screen->bot_marg - bot) > 0)
916 if ((i = screen->top_marg + refreshheight - 1 - bot) > 0)
1262 int bot = screen->max_row - shift;
1269 if ((i = screen->bot_marg - bot) > 0)
1271 if ((i = screen->cur_row + refreshheight - 1 - bot) > 0)
1382 int bot = screen->max_row - shift;
1398 if ((i = screen->bot_marg - bot) > 0) {
1400 if ((i = screen->cur_row + n - 1 - bot) >= 0) {