Home
last modified time | relevance | path

Searched refs:tabstop_first (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dindent.pro9 int tabstop_first(int *ts);
/vim-8.2.3635/src/
H A Dindent.c317 tabstop_first(int *ts) in tabstop_first() function
1746 && curbuf->b_p_ts == tabstop_first(new_vts_array)) in ex_retab()
1780 curbuf->b_p_ts = tabstop_first(new_vts_array); in ex_retab()
H A Dedit.c4861 && tabstop_first(curbuf->b_p_vts_array) in ins_tab()
H A Doption.c3351 ? tabstop_first(curbuf->b_p_vts_array) in set_num_option()