Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_cmds.c4003 colnr_T copycol; in ex_substitute() local
4067 copycol = 0; in ex_substitute()
4258 sub_firstline + copycol); in ex_substitute()
4461 copy_len = regmatch.startpos[0].col - copycol; in ex_substitute()
4504 mch_memmove(new_end, sub_firstline + copycol, (size_t)copy_len); in ex_substitute()
4532 copycol = regmatch.endpos[0].col; in ex_substitute()
4540 copycol = 0; in ex_substitute()
4649 STRCAT(new_start, sub_firstline + copycol); in ex_substitute()
4698 copycol = 0; in ex_substitute()