Home
last modified time | relevance | path

Searched refs:sc_col (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dscreen.c4675 sc_col = 0; in comp_col()
4686 sc_col = ru_col; in comp_col()
4690 sc_col += SHOWCMD_COLS; in comp_col()
4692 ++sc_col; in comp_col()
4694 sc_col = Columns - sc_col; in comp_col()
4696 if (sc_col <= 0) // screen too narrow, will become a mess in comp_col()
4697 sc_col = 1; in comp_col()
4701 sc_col = Columns; in comp_col()
4705 set_vim_var_nr(VV_ECHOSPACE, sc_col - 1); in comp_col()
H A Dmessage.c181 < (int)(Rows - cmdline_row - 1) * Columns + sc_col) in msg_attr_keep()
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()
1336 (Rows - cmdline_row - 1) * Columns + sc_col) in wait_return()
3447 if (msg_row == Rows - 1 && msg_col >= sc_col) in msg_check()
H A Dglobals.h804 EXTERN int sc_col; // column for shown command variable
H A Dnormal.c2037 screen_puts(showcmd_buf, (int)Rows - 1, sc_col, 0); in display_showcmd()
2045 screen_puts((char_u *)" " + len, (int)Rows - 1, sc_col + len, 0); in display_showcmd()
H A Dinsexpand.c3537 int space = sc_col - vim_strsize((char_u *)lead) - 2; in ins_compl_next()
H A Dsearch.c1434 len = (int)(Rows - msg_row - 1) * Columns + sc_col - 1; in do_search()
H A Devalvars.c256 set_vim_var_nr(VV_ECHOSPACE, sc_col - 1); in evalvars_init()
H A Dwindow.c1299 msg_col = sc_col; in win_split_ins()