Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcindent.c1934 find_match(int lookfor, linenr_T ourscope) in find_match() argument
1975 if (theirscope->lnum < ourscope) in find_match()
1981 if (theirscope->lnum > ourscope) in find_match()
2053 linenr_T ourscope; in get_c_indent() local
2576 ourscope = trypos->lnum; in get_c_indent()
2577 start = ml_get(ourscope); in get_c_indent()
2597 curwin->w_cursor.lnum = ourscope; in get_c_indent()
2601 lnum = ourscope; in get_c_indent()
2736 if (curwin->w_cursor.lnum <= ourscope) in get_c_indent()
2960 || trypos->lnum == ourscope) in get_c_indent()
[all …]