Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dindent.pro4 int tabstop_at(colnr_T col, int ts, int *vts);
/vim-8.2.3635/src/
H A Dindent.c129 tabstop_at(colnr_T col, int ts, int *vts) in tabstop_at() function
369 tabstop_at(col, buf->b_p_ts, buf->b_p_vts_array); in get_sw_value_col()
H A Dedit.c526 (int)curwin->w_wcol < mincol - tabstop_at( in edit()