Searched refs:tabstop_padding (Results 1 – 9 of 9) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | indent.c | 97 tabstop_padding(colnr_T col, int ts_arg, int *vts) in tabstop_padding() function 478 count += tabstop_padding(count, ts, vts); in get_indent_str_vtab() 551 tab_pad = tabstop_padding(ind_done, curbuf->b_p_ts, in set_indent() 584 tab_pad = tabstop_padding(ind_done, curbuf->b_p_ts, in set_indent() 605 tab_pad = tabstop_padding(ind_col, curbuf->b_p_ts, in set_indent() 704 tab_pad = tabstop_padding(ind_done, curbuf->b_p_ts, in set_indent() 726 tab_pad = tabstop_padding(ind_done, curbuf->b_p_ts, in set_indent() 746 tab_pad = tabstop_padding(ind_done, curbuf->b_p_ts, in set_indent() 1464 tab_pad = tabstop_padding(ind_done, curbuf->b_p_ts, in copy_indent() 1495 tab_pad = tabstop_padding(ind_done, curbuf->b_p_ts, in copy_indent() [all …]
|
| H A D | charset.c | 756 return tabstop_padding(col, (buf)->b_p_ts, (buf)->b_p_vts_array); \ 1167 return tabstop_padding(col, wp->w_buffer->b_p_ts, in win_nolbr_chartabsize() 1278 incr = tabstop_padding(vcol, ts, vts); in getvcol()
|
| H A D | drawline.c | 1995 n_extra = tabstop_padding(vcol, wp->w_buffer->b_p_ts, in win_line() 2108 tab_len = tabstop_padding(vcol_adjusted, in win_line()
|
| H A D | edit.c | 4891 temp = tabstop_padding(get_nolist_virtcol(), get_sts_value(), in ins_tab() 4894 temp = tabstop_padding(get_nolist_virtcol(), curbuf->b_p_ts, in ins_tab()
|
| H A D | hardcopy.c | 892 tab_spaces = tabstop_padding(print_pos, curbuf->b_p_ts, in hardcopy_line()
|
| H A D | register.c | 1764 tabstop_padding(viscol, ts, curbuf->b_p_vts_array) != 1 in do_put()
|
| H A D | message.c | 1925 n_extra = tabstop_padding(col, curbuf->b_p_ts, in msg_prt_line()
|
| /vim-8.2.3635/src/proto/ |
| H A D | indent.pro | 3 int tabstop_padding(colnr_T col, int ts_arg, int *vts);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 26695 Solution: Call tabstop_padding(). (Christian Brabandt, closes #3076)
|