Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchange.c1383 int extra_len = 0; // length of p_extra string in open_line() local
1458 extra_len = (int)STRLEN(p_extra); in open_line()
1798 leader = alloc(lead_len + lead_repl_len + extra_space + extra_len in open_line()
H A Dnormal.c1923 int extra_len; in add_to_showcmd() local
1961 extra_len = (int)STRLEN(p); in add_to_showcmd()
1962 overflow = old_len + extra_len - SHOWCMD_COLS; in add_to_showcmd()