Home
last modified time | relevance | path

Searched refs:get_indent_str_vtab (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dindent.c392 return get_indent_str_vtab(ml_get_curline(), (int)curbuf->b_p_ts, in get_indent()
406 return get_indent_str_vtab(ml_get(lnum), (int)curbuf->b_p_ts, in get_indent_lnum()
422 return get_indent_str_vtab(ml_get_buf(buf, lnum, FALSE), in get_indent_buf()
469 get_indent_str_vtab(char_u *ptr, int ts, int *vts, int list) in get_indent_str_vtab() function
945 prev_indent = get_indent_str_vtab(line, in get_breakindent_win()
H A Dchange.c1485 newindent = get_indent_str_vtab(saved_line, curbuf->b_p_ts, in open_line()
1948 newindent = get_indent_str_vtab(leader, curbuf->b_p_ts, in open_line()
/vim-8.2.3635/src/proto/
H A Dindent.pro18 int get_indent_str_vtab(char_u *ptr, int ts, int *vts, int list);