| /vim-8.2.3635/src/ |
| H A D | message.c | 2039 ++msg_row; in screen_puts_mbyte() 2049 ++msg_row; in screen_puts_mbyte() 2645 msg_row = row; in disp_sb_line() 2680 ++msg_row; in t_puts() 3053 msg_row = Rows - 1; in do_more_prompt() 3273 ++msg_row; in msg_screen_putchar() 3282 ++msg_row; in msg_screen_putchar() 3311 msg_row = Rows - 1; in repeat_message() 3317 msg_row = Rows - 1; in repeat_message() 3393 screen_fill(msg_row, msg_row + 1, 0, msg_col + 1, ' ', ' ', 0); in msg_clr_eos_force() [all …]
|
| H A D | ex_getln.c | 3063 ++msg_row; in getexmodeline() 3139 old_row = msg_row; in redrawcmd_preedit() 3160 if (msg_row >= Rows) in redrawcmd_preedit() 3161 msg_row = Rows - 1; in redrawcmd_preedit() 3181 msg_row = old_row; in redrawcmd_preedit() 3518 --msg_row; in put_on_cmdline() 3829 if (msg_row <= 0) in cursorcmd() 3830 msg_row = Rows - 1; in cursorcmd() 3837 if (msg_row >= Rows) in cursorcmd() 3838 msg_row = Rows - 1; in cursorcmd() [all …]
|
| H A D | screen.c | 2879 if (msg_row >= Rows) // Rows got smaller in screenalloc() 2880 msg_row = Rows - 1; // put cursor at last row in screenalloc() 2882 msg_row += Rows - old_Rows; // put cursor in same place in screenalloc() 2990 msg_row = cmdline_row; // put cursor on last line for messages in screenclear2() 4189 length = (Rows - msg_row) * Columns - 3; in showmode() 4326 msg_row = Rows - 1; in msg_pos_mode() 4352 int save_msg_row = msg_row; in clearmode() 4361 msg_row = save_msg_row; in clearmode()
|
| H A D | ex_eval.c | 581 cmdline_row = msg_row; in throw_exception() 636 cmdline_row = msg_row; in discard_exception() 703 cmdline_row = msg_row; in catch_exception() 828 cmdline_row = msg_row; in report_pending()
|
| H A D | misc1.c | 938 windgoto(msg_row, msg_col); in get_number() 965 cmdline_row = msg_row; in get_number() 1015 if (msg_row > 0) in prompt_for_number() 1016 cmdline_row = msg_row - 1; in prompt_for_number()
|
| H A D | ex_cmds.c | 1023 windgoto(msg_row, msg_col); in do_bang() 1426 windgoto(msg_row, msg_col); in do_shell() 1438 msg_row = Rows - 1; in do_shell() 4292 if (msg_row == Rows - 1) in ex_substitute() 4306 windgoto(msg_row, msg_col); in ex_substitute()
|
| H A D | version.c | 8636 msg_row = row; in intro_message()
|
| H A D | window.c | 1298 msg_row = Rows - 1; in win_split_ins() 1302 msg_row = Rows - 1; in win_split_ins() 5556 msg_row = row; in win_setheight_win() 6472 msg_row = cmdline_row; in command_height() 6477 if (msg_row < cmdline_row) in command_height() 6478 msg_row = cmdline_row; in command_height()
|
| H A D | crypt.c | 647 cmdline_row = msg_row; in crypt_get_key()
|
| H A D | change.c | 45 if (msg_row == Rows - 1) in change_warning() 65 if (msg_row < Rows - 1) in change_warning()
|
| H A D | debugger.c | 148 cmdline_row = msg_row; in do_debug()
|
| H A D | ex_cmds2.c | 359 msg_row = cmdline_row; in check_changed_any()
|
| H A D | map.c | 1629 save_msg_row = msg_row; in eval_map_expr() 1635 msg_row = save_msg_row; in eval_map_expr()
|
| H A D | getchar.c | 2042 windgoto(msg_row, msg_col); in getchar_common() 2591 msg_row = Rows - 1; in handle_mapping()
|
| H A D | gui.c | 3198 if (Y_2_ROW(y) >= msg_row) in gui_send_mouse_event() 3282 row = msg_row; in gui_send_mouse_event() 5030 if (Y_2_ROW(y) >= msg_row) in xy2win()
|
| H A D | cmdexpand.c | 564 cmdline_row = msg_row; in showmatches() 693 cmdline_row = msg_row; // will put it back later in showmatches()
|
| H A D | os_win32.c | 1661 if (State & CMDLINE && msg_row == Rows - 1 && msec != 0) in WaitForChar() 1667 if (csbi.dwCursorPosition.Y != msg_row) in WaitForChar() 4338 windgoto(msg_row, msg_col); in dump_pipe() 4526 windgoto(msg_row, msg_col); in mch_system_piped()
|
| H A D | ex_docmd.c | 517 prev_msg_row = msg_row; in do_exmode() 521 cmdline_row = msg_row; in do_exmode() 539 msg_row = prev_msg_row; in do_exmode() 541 msg_row--; in do_exmode()
|
| H A D | search.c | 1431 len = (int)(Rows - msg_row) * Columns - 1; in do_search() 1434 len = (int)(Rows - msg_row - 1) * Columns + sc_col - 1; in do_search()
|
| H A D | globals.h | 196 EXTERN int msg_row; variable
|
| H A D | main.c | 381 msg_row = cmdline_row; in VimMain()
|
| H A D | memline.c | 1755 cmdline_row = msg_row; in ml_recover() 4625 cmdline_row = msg_row; in attention_message()
|
| H A D | os_unix.c | 5114 windgoto(msg_row, msg_col); in mch_call_shell_fork() 5236 windgoto(msg_row, msg_col); in mch_call_shell_fork()
|
| H A D | terminal.c | 725 term->tl_toprow = msg_row + 1; in term_start() 3666 msg_row = Rows - 1; in update_system_term()
|
| H A D | spellsuggest.c | 566 msg_row = Rows - 1; // for when 'cmdheight' > 1 in spell_suggest()
|