Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcindent.c638 pos_T *trypos; in cin_islabel() local
1060 pos_T *trypos; in find_match_char() local
1070 if ((colnr_T)cin_skip2pos(trypos) > trypos->col) in find_match_char()
1097 trypos = NULL; in find_match_char()
1102 return trypos; in find_match_char()
1168 pos_T *trypos; in cin_isfuncdecl() local
1293 pos_T *trypos; in cin_iswhileofdo() local
1377 pos_T *trypos; in cin_iswhileofdo_end() local
1653 if ((colnr_T)cin_skip2pos(trypos) == trypos->col in find_start_brace()
2405 } while (trypos && trypos->lnum == outermost.lnum); in get_c_indent()
[all …]