Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_cmds.c4011 int len, copy_len, needed_len; in ex_substitute() local
4461 copy_len = regmatch.startpos[0].col - copycol; in ex_substitute()
4462 needed_len = copy_len + ((unsigned)STRLEN(p1) in ex_substitute()
4504 mch_memmove(new_end, sub_firstline + copycol, (size_t)copy_len); in ex_substitute()
4505 new_end += copy_len; in ex_substitute()