Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcindent.c2052 #define BRACE_AT_END 3 // '{' is at end of line in get_c_indent() macro
2619 start_brace = BRACE_AT_END; in get_c_indent()
2678 if (start_brace == BRACE_AT_END) // '{' is at end of line in get_c_indent()