Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dindent.pro5 colnr_T tabstop_start(colnr_T col, int ts, int *vts);
/vim-8.2.3635/src/
H A Dindent.c159 tabstop_start(colnr_T col, int ts, int *vts) in tabstop_start() function
H A Dedit.c4195 want_vcol = tabstop_start(want_vcol, get_sts_value(), in ins_bs()