Home
last modified time | relevance | path

Searched refs:b_p_ts (Results 1 – 14 of 14) sorted by relevance

/vim-8.2.3635/src/
H A Dindent.c371 buf->b_p_ts; in get_sw_value_col()
587 tab_pad = (int)curbuf->b_p_ts - (ind_done % (int)curbuf->b_p_ts); in set_indent()
624 todo -= (int)curbuf->b_p_ts; in set_indent()
729 tab_pad = (int)curbuf->b_p_ts - (ind_done % (int)curbuf->b_p_ts); in set_indent()
758 todo -= (int)curbuf->b_p_ts; in set_indent()
941 prev_ts = wp->w_buffer->b_p_ts; in get_breakindent_win()
1467 tab_pad = (int)curbuf->b_p_ts in copy_indent()
1498 tab_pad = (int)curbuf->b_p_ts - (ind_done % (int)curbuf->b_p_ts); in copy_indent()
1530 todo -= (int)curbuf->b_p_ts; in copy_indent()
1634 new_ts = curbuf->b_p_ts; in ex_retab()
[all …]
H A Dcharset.c756 return tabstop_padding(col, (buf)->b_p_ts, (buf)->b_p_vts_array); \
765 ts = (buf)->b_p_ts; \
1167 return tabstop_padding(col, wp->w_buffer->b_p_ts, in win_nolbr_chartabsize()
1170 n = wp->w_buffer->b_p_ts; in win_nolbr_chartabsize()
1234 int ts = wp->w_buffer->b_p_ts; in getvcol()
H A Ddrawline.c1995 n_extra = tabstop_padding(vcol, wp->w_buffer->b_p_ts, in win_line()
1998 n_extra = (int)wp->w_buffer->b_p_ts in win_line()
1999 - vcol % (int)wp->w_buffer->b_p_ts - 1; in win_line()
2109 wp->w_buffer->b_p_ts, in win_line()
2112 tab_len = (int)wp->w_buffer->b_p_ts in win_line()
2113 - vcol_adjusted % (int)wp->w_buffer->b_p_ts - 1; in win_line()
H A Dchange.c1485 newindent = get_indent_str_vtab(saved_line, curbuf->b_p_ts, in open_line()
1488 newindent = get_indent_str(saved_line, (int)curbuf->b_p_ts, FALSE); in open_line()
1948 newindent = get_indent_str_vtab(leader, curbuf->b_p_ts, in open_line()
1952 (int)curbuf->b_p_ts, FALSE); in open_line()
H A Dbeval.c174 beval->ts = (*winp)->w_buffer->b_p_ts; in get_beval_info()
H A Dedit.c527 get_nolist_virtcol(), curbuf->b_p_ts, in edit()
530 (int)curwin->w_wcol < mincol - curbuf->b_p_ts in edit()
4864 && curbuf->b_p_ts != get_sw_value(curbuf)))) in ins_tab()
4867 && !(p_sta && ind && curbuf->b_p_ts != get_sw_value(curbuf)) in ins_tab()
4894 temp = tabstop_padding(get_nolist_virtcol(), curbuf->b_p_ts, in ins_tab()
4902 temp = (int)curbuf->b_p_ts; in ins_tab()
H A Doption.c3352 : curbuf->b_p_ts; in set_num_option()
3354 curbuf->b_p_sw = curbuf->b_p_ts; in set_num_option()
3500 else if (pp == &curbuf->b_p_sw || pp == &curbuf->b_p_ts) in set_num_option()
3747 if (curbuf->b_p_ts <= 0) in set_num_option()
3750 curbuf->b_p_ts = 8; in set_num_option()
5517 case PV_TS: return (char_u *)&(curbuf->b_p_ts); in get_varp()
6140 buf->b_p_ts = p_ts; in buf_copy_options()
H A Dhardcopy.c892 tab_spaces = tabstop_padding(print_pos, curbuf->b_p_ts, in hardcopy_line()
895 tab_spaces = (int)(curbuf->b_p_ts - (print_pos % curbuf->b_p_ts)); in hardcopy_line()
H A Dmessage.c1925 n_extra = tabstop_padding(col, curbuf->b_p_ts, in msg_prt_line()
1928 n_extra = curbuf->b_p_ts - col % curbuf->b_p_ts - 1; in msg_prt_line()
H A Dhelp.c674 curbuf->b_p_ts = 8; // 'tabstop' is 8 in prepare_help_buffer()
H A Dstructs.h2945 long b_p_ts; // 'tabstop' member
H A Dregister.c1758 int ts = curbuf->b_p_ts; in do_put()
H A Dops.c285 int ts_val = (int)curbuf->b_p_ts; in shift_block()
H A Dregexp_nfa.c6814 int ts = wp->w_buffer->b_p_ts; in nfa_regmatch()