Searched refs:copycol (Results 1 – 1 of 1) sorted by relevance
4003 colnr_T copycol; in ex_substitute() local4067 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()