Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcindent.c26 #define LOOKFOR_TERM 5 macro
2849 if (lookfor != LOOKFOR_TERM in get_c_indent()
2978 if (lookfor == LOOKFOR_TERM) in get_c_indent()
3054 if (lookfor != LOOKFOR_TERM && curbuf->b_ind_cpp_baseclass > 0) in get_c_indent()
3214 if (terminated != ',' && lookfor != LOOKFOR_TERM in get_c_indent()
3269 if (lookfor != LOOKFOR_TERM) in get_c_indent()
3418 if (lookfor != LOOKFOR_TERM in get_c_indent()
3449 lookfor = LOOKFOR_TERM; in get_c_indent()
3511 if (lookfor == LOOKFOR_TERM) in get_c_indent()
3569 lookfor = iscase ? LOOKFOR_ANY : LOOKFOR_TERM; in get_c_indent()
[all …]