Home
last modified time | relevance | path

Searched refs:b_p_et (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dindent.c537 if (!curbuf->b_p_et || (!(flags & SIN_INSERT) && curbuf->b_p_pi)) in set_indent()
579 if (curbuf->b_p_et) in set_indent()
690 if (!curbuf->b_p_et) in set_indent()
1500 if (todo >= tab_pad && !curbuf->b_p_et) in copy_indent()
1512 if (!curbuf->b_p_et) in copy_indent()
1666 if (!curbuf->b_p_et) in ex_retab()
1686 if (curbuf->b_p_et || got_tab || in ex_retab()
H A Doption.c2315 curbuf->b_p_et_nobin = curbuf->b_p_et; in set_options_bin()
2331 curbuf->b_p_et = 0; // no expandtab in set_options_bin()
2349 curbuf->b_p_et = curbuf->b_p_et_nobin; in set_options_bin()
5459 case PV_ET: return (char_u *)&(curbuf->b_p_et); in get_varp()
5928 buf->b_p_et = p_et; in buf_copy_options()
6740 buf->b_p_et_nopaste = buf->b_p_et; in paste_option_changed()
6783 buf->b_p_et = 0; // no expandtab in paste_option_changed()
6830 buf->b_p_et = buf->b_p_et_nopaste; in paste_option_changed()
H A Dedit.c4855 if (!curbuf->b_p_et in ins_tab()
4928 if (!curbuf->b_p_et && (tabstop_count(curbuf->b_p_vsts_array) > 0 in ins_tab()
4932 if (!curbuf->b_p_et && (get_sts_value() || (p_sta && ind))) in ins_tab()
H A Dops.c345 if (!curbuf->b_p_et) in shift_block()
351 if (!curbuf->b_p_et) in shift_block()
H A Dstructs.h2884 int b_p_et; // 'expandtab' member
H A Dnormal.c5046 if (had_ctrl_v != Ctrl_V && cap->nchar == '\t' && (curbuf->b_p_et || p_sta)) in nv_replace()