Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dscreen.c4820 int multispace_len = 0; // Length of lcs-multispace string in set_chars_option() local
4887 if (multispace_len > 0) in set_chars_option()
4889 lcs_chars.multispace = ALLOC_MULT(int, multispace_len + 1); in set_chars_option()
4890 lcs_chars.multispace[multispace_len] = NUL; in set_chars_option()
4967 multispace_len = 0; in set_chars_option()
4973 ++multispace_len; in set_chars_option()
4975 if (multispace_len == 0) in set_chars_option()