Lines Matching refs:Rows
181 < (int)(Rows - cmdline_row - 1) * Columns + sc_col) in msg_attr_keep()
209 room = (int)(Rows - msg_row) * Columns - 1; in msg_strtrunc()
212 room = (int)(Rows - msg_row - 1) * Columns + sc_col - 1; in msg_strtrunc()
937 room = (int)(Rows - cmdline_row - 1) * Columns + sc_col - 1; in msg_may_trunc()
1230 if (msg_scrolled > Rows) in wait_return()
1255 else if (msg_scrolled > Rows - 2 in wait_return()
1336 (Rows - cmdline_row - 1) * Columns + sc_col) in wait_return()
2184 if (!recurse && msg_row >= Rows - 1 && (*s == '\n' || ( in msg_puts_display()
2214 msg_row = Rows - 2; in msg_puts_display()
2298 if (++msg_row >= Rows) // safety check in msg_puts_display()
2299 msg_row = Rows - 1; in msg_puts_display()
2399 screen_del_lines(0, 0, 1, (int)Rows, TRUE, 0, NULL); in msg_scroll_up()
2407 screen_fill((int)Rows - 1, (int)Rows, 0, (int)Columns, ' ', ' ', 0); in msg_scroll_up()
2411 if (ScreenAttrs[LineOffset[Rows - 2] + Columns - 1] == (sattr_T)-1) in msg_scroll_up()
2412 screen_fill((int)Rows - 2, (int)Rows - 1, in msg_scroll_up()
2828 for (i = 0; i < Rows - 2 && mp_last != NULL in do_more_prompt()
2886 toscroll = -(Rows / 2); in do_more_prompt()
2890 toscroll = Rows / 2; in do_more_prompt()
2895 toscroll = -(Rows - 1); in do_more_prompt()
2902 toscroll = Rows - 1; in do_more_prompt()
2925 cmdline_row = Rows - 1; // put ':' on this line in do_more_prompt()
2947 lines_left = Rows - 1; in do_more_prompt()
2979 for (i = 0; i < Rows - 2 && mp != NULL && mp->sb_prev != NULL; in do_more_prompt()
2998 (int)Rows, 0, NULL) == OK) in do_more_prompt()
3007 for (i = 0; mp != NULL && i < Rows - 1; ++i) in do_more_prompt()
3024 screen_fill((int)Rows - 2, (int)Rows - 1, 0, in do_more_prompt()
3026 mp_last = disp_sb_line((int)Rows - 2, mp_last); in do_more_prompt()
3034 screen_fill((int)Rows - 1, (int)Rows, 0, in do_more_prompt()
3048 screen_fill((int)Rows - 1, (int)Rows, 0, (int)Columns, ' ', ' ', 0); in do_more_prompt()
3053 msg_row = Rows - 1; in do_more_prompt()
3294 screen_puts(s, (int)Rows - 1, 0, attr); in msg_moremsg()
3298 (int)Rows - 1, vim_strsize(s), attr); in msg_moremsg()
3311 msg_row = Rows - 1; in repeat_message()
3317 msg_row = Rows - 1; in repeat_message()
3326 if (msg_row == Rows - 1) in repeat_message()
3336 msg_row = Rows - 1; in repeat_message()
3352 if (msg_row >= Rows) in msg_check_screen()
3353 msg_row = Rows - 1; in msg_check_screen()
3394 screen_fill(msg_row + 1, (int)Rows, 0, (int)Columns, ' ', ' ', 0); in msg_clr_eos_force()
3401 screen_fill(msg_row + 1, (int)Rows, 0, (int)Columns, ' ', ' ', 0); in msg_clr_eos_force()
3447 if (msg_row == Rows - 1 && msg_col >= sc_col) in msg_check()