Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcindent.c24 #define LOOKFOR_CASE 3 macro
2701 lookfor = LOOKFOR_CASE; // find a previous switch() label in get_c_indent()
2953 if ( (iscase && lookfor == LOOKFOR_CASE) in get_c_indent()
3023 if (lookfor == LOOKFOR_CASE || lookfor == LOOKFOR_SCOPEDECL) in get_c_indent()