Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dindent.c308 tabstop_count(int *ts) in tabstop_count() function
1744 if (tabstop_count(curbuf->b_p_vts_array) == 0 in ex_retab()
1745 && tabstop_count(new_vts_array) == 1 in ex_retab()
1748 else if (tabstop_count(curbuf->b_p_vts_array) > 0 in ex_retab()
1769 if (tabstop_count(old_vts_ary) > 0 || tabstop_count(new_vts_array) > 1) in ex_retab()
H A Dedit.c4165 || tabstop_count(curbuf->b_p_vsts_array) in ins_bs()
4859 && ((tabstop_count(curbuf->b_p_vts_array) > 1) in ins_tab()
4860 || (tabstop_count(curbuf->b_p_vts_array) == 1 in ins_tab()
4863 || (tabstop_count(curbuf->b_p_vts_array) == 0 in ins_tab()
4865 && tabstop_count(curbuf->b_p_vsts_array) == 0 in ins_tab()
4889 else if (tabstop_count(curbuf->b_p_vsts_array) > 0 || curbuf->b_p_sts != 0) in ins_tab()
4928 if (!curbuf->b_p_et && (tabstop_count(curbuf->b_p_vsts_array) > 0 in ins_tab()
H A Doption.c3350 curbuf->b_p_sw = tabstop_count(curbuf->b_p_vts_array) > 0 in set_num_option()
/vim-8.2.3635/src/proto/
H A Dindent.pro8 int tabstop_count(int *ts);