Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dindent_c.c1636 buf->b_ind_unclosed2 = sw; in parse_cino()
1753 case 'u': buf->b_ind_unclosed2 = n; break; in parse_cino()
2254 case '(': amount += curbuf->b_ind_unclosed2; in get_c_indent()
2257 case ')': amount -= curbuf->b_ind_unclosed2; in get_c_indent()
2271 amount += curbuf->b_ind_unclosed2; in get_c_indent()
H A Dbuffer_defs.h796 int b_ind_unclosed2; member
/dports/editors/vim/vim-8.2.3745/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.h3025 int b_ind_unclosed2; member