Searched refs:tabstop_count (Results 1 – 4 of 4) sorted by relevance
308 tabstop_count(int *ts) in tabstop_count() function1744 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()
4165 || 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()
3350 curbuf->b_p_sw = tabstop_count(curbuf->b_p_vts_array) > 0 in set_num_option()
8 int tabstop_count(int *ts);