Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dindent.c382 return curbuf->b_p_sts < 0 ? get_sw_value(curbuf) : curbuf->b_p_sts; in get_sts_value()
H A Doption.c5501 case PV_STS: return (char_u *)&(curbuf->b_p_sts); in get_varp()
5960 buf->b_p_sts = p_sts; in buf_copy_options()
6738 buf->b_p_sts_nopaste = buf->b_p_sts; in paste_option_changed()
6781 buf->b_p_sts = 0; // softtabstop is 0 in paste_option_changed()
6828 buf->b_p_sts = buf->b_p_sts_nopaste; in paste_option_changed()
H A Dedit.c4889 else if (tabstop_count(curbuf->b_p_vsts_array) > 0 || curbuf->b_p_sts != 0) in ins_tab()
4899 else if (curbuf->b_p_sts != 0) // use 'softtabstop' when set in ins_tab()
H A Dstructs.h2935 long b_p_sts; // 'softtabstop' member