Searched refs:b_p_ts (Results 1 – 14 of 14) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | indent.c | 371 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 D | charset.c | 756 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 D | drawline.c | 1995 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 D | change.c | 1485 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 D | beval.c | 174 beval->ts = (*winp)->w_buffer->b_p_ts; in get_beval_info()
|
| H A D | edit.c | 527 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 D | option.c | 3352 : 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 D | hardcopy.c | 892 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 D | message.c | 1925 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 D | help.c | 674 curbuf->b_p_ts = 8; // 'tabstop' is 8 in prepare_help_buffer()
|
| H A D | structs.h | 2945 long b_p_ts; // 'tabstop' member
|
| H A D | register.c | 1758 int ts = curbuf->b_p_ts; in do_put()
|
| H A D | ops.c | 285 int ts_val = (int)curbuf->b_p_ts; in shift_block()
|
| H A D | regexp_nfa.c | 6814 int ts = wp->w_buffer->b_p_ts; in nfa_regmatch()
|