Home
last modified time | relevance | path

Searched refs:msg_row (Results 51 – 70 of 70) sorted by relevance

123

/dports/editors/vim/vim-8.2.3745/src/
H A Dex_docmd.c517 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 Dsearch.c1431 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 Dglobals.h196 EXTERN int msg_row; variable
H A Dmain.c381 msg_row = cmdline_row; in VimMain()
H A Dmemline.c1755 cmdline_row = msg_row; in ml_recover()
4626 cmdline_row = msg_row; in attention_message()
H A Dos_unix.c5100 windgoto(msg_row, msg_col); in mch_call_shell_fork()
5222 windgoto(msg_row, msg_col); in mch_call_shell_fork()
H A Dterminal.c726 term->tl_toprow = msg_row + 1; in term_start()
3681 msg_row = Rows - 1; in update_system_term()
H A Dspellsuggest.c566 msg_row = Rows - 1; // for when 'cmdheight' > 1 in spell_suggest()
H A Dbuffer.c1157 cmdline_row = msg_row; in handle_swap_exists()
H A Duserfunc.c4257 cmdline_row = msg_row; in define_function()
H A Devalfunc.c6466 msg_row = Rows - 1; // for when 'cmdheight' > 1 in f_inputlist()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmemline.c1252 cmdline_row = msg_row; in ml_recover()
3392 cmdline_row = msg_row; in attention_message()
H A Dex_docmd.c222 prev_msg_row = msg_row; in do_exmode()
224 cmdline_row = msg_row; in do_exmode()
236 msg_row = prev_msg_row; in do_exmode()
238 msg_row--; in do_exmode()
H A Dsearch.c1227 len = (Rows - msg_row) * Columns - 1; in do_search()
1230 len = (Rows - msg_row - 1) * Columns + sc_col - 1; in do_search()
H A Dex_cmds2.c746 msg_row = cmdline_row; in check_changed_any()
H A Dbuffer.c922 cmdline_row = msg_row; in handle_swap_exists()
H A Dspell.c2952 msg_row = Rows - 1; // for when 'cmdheight' > 1 in spell_suggest()
H A Deval.c7103 cmdline_row = msg_row; in get_user_input()
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Duserfunc.c2199 cmdline_row = msg_row; in ex_function()
H A Dfuncs.c3180 ui_cursor_goto(msg_row, msg_col); in getchar_common()
5041 msg_row = Rows - 1; // for when 'cmdheight' > 1 in f_inputlist()

123