Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcindent.c2049 int start_brace; in get_c_indent() local
2589 start_brace = BRACE_IN_COL0; in get_c_indent()
2591 start_brace = BRACE_AT_START; in get_c_indent()
2619 start_brace = BRACE_AT_END; in get_c_indent()
2665 if (start_brace == BRACE_IN_COL0) // '{' is in column 0 in get_c_indent()
2670 else if (start_brace == BRACE_AT_START && in get_c_indent()
2678 if (start_brace == BRACE_AT_END) // '{' is at end of line in get_c_indent()
2787 if (start_brace != BRACE_IN_COL0 in get_c_indent()