Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcindent.c25 #define LOOKFOR_ANY 4 macro
3017 ? LOOKFOR_NOBREAK : LOOKFOR_ANY; in get_c_indent()
3469 lookfor = LOOKFOR_ANY; in get_c_indent()
3569 lookfor = iscase ? LOOKFOR_ANY : LOOKFOR_TERM; in get_c_indent()