Searched refs:sc_col (Results 1 – 8 of 8) sorted by relevance
4675 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()
181 < (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()
804 EXTERN int sc_col; // column for shown command variable
2037 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()
3537 int space = sc_col - vim_strsize((char_u *)lead) - 2; in ins_compl_next()
1434 len = (int)(Rows - msg_row - 1) * Columns + sc_col - 1; in do_search()
256 set_vim_var_nr(VV_ECHOSPACE, sc_col - 1); in evalvars_init()
1299 msg_col = sc_col; in win_split_ins()