Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcindent.c28 #define LOOKFOR_SCOPEDECL 7 macro
2706 lookfor = LOOKFOR_SCOPEDECL; // class decl is this block in get_c_indent()
2955 || (!iscase && lookfor == LOOKFOR_SCOPEDECL)) in get_c_indent()
3023 if (lookfor == LOOKFOR_CASE || lookfor == LOOKFOR_SCOPEDECL) in get_c_indent()