Searched refs:copy_len (Results 1 – 1 of 1) sorted by relevance
4011 int len, copy_len, needed_len; in ex_substitute() local4461 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()