Home
last modified time | relevance | path

Searched refs:b_ind_unclosed2 (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dcindent.c1788 buf->b_ind_unclosed2 = sw; in parse_cino()
1909 case 'u': buf->b_ind_unclosed2 = n; break; in parse_cino()
2524 case '(': amount += curbuf->b_ind_unclosed2; in get_c_indent()
2527 case ')': amount -= curbuf->b_ind_unclosed2; in get_c_indent()
2543 amount += curbuf->b_ind_unclosed2; in get_c_indent()
H A Dstructs.h3019 int b_ind_unclosed2; member