Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dcharset.pro17 int chartabsize(char_u *p, colnr_T col);
/vim-8.2.3635/src/
H A Dchange.c1060 new_vcol = vcol + chartabsize(buf, vcol); in ins_char_bytes()
1063 vcol += chartabsize(oldp + col + oldlen, vcol); in ins_char_bytes()
H A Dcharset.c773 chartabsize(char_u *p, colnr_T col) in chartabsize() function
H A Dedit.c3202 orig_vcols = chartabsize(ml_get_cursor(), start_vcol); in replace_do_bs()
3227 vcol += chartabsize(p + i, vcol); in replace_do_bs()
H A Dindent.c1728 vcol += chartabsize(ptr + col, (colnr_T)vcol); in ex_retab()
H A Dgui.c4559 w = chartabsize(p, col); in scroll_line_len()
H A Devalfunc.c2896 if (curwin->w_cursor.coladd >= (colnr_T)chartabsize(p, in get_col()