Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dops.c380 unsigned new_line_len; // the length of the line after the in shift_block() local
450 new_line_len = (unsigned)(verbatim_copy_end - oldp) in shift_block()
454 newp = alloc(new_line_len); in shift_block()