Searched refs:new_vcol (Results 1 – 1 of 1) sorted by relevance
1044 colnr_T new_vcol = 0; // init for GCC in ins_char_bytes() local1060 new_vcol = vcol + chartabsize(buf, vcol); in ins_char_bytes()1061 while (oldp[col + oldlen] != NUL && vcol < new_vcol) in ins_char_bytes()1066 if (vcol > new_vcol && oldp[col + oldlen] == TAB) in ins_char_bytes()1070 if (vcol > new_vcol) in ins_char_bytes()1071 newlen += vcol - new_vcol; in ins_char_bytes()