Lines Matching refs:ourscope
1934 find_match(int lookfor, linenr_T ourscope) in find_match() argument
1955 while (curwin->w_cursor.lnum > ourscope + 1) in find_match()
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()
2649 if (find_match(lookfor, ourscope) == OK) in get_c_indent()
2736 if (curwin->w_cursor.lnum <= ourscope) in get_c_indent()
2750 < ourscope - curbuf->b_ind_maxparen) in get_c_indent()
2865 if (curwin->w_cursor.lnum == ourscope) in get_c_indent()
2870 < ourscope - FIND_NAMESPACE_LIM) in get_c_indent()
2960 || trypos->lnum == ourscope) in get_c_indent()
3134 if (curwin->w_cursor.lnum - 1 == ourscope) in get_c_indent()
3401 ourscope = trypos->lnum; in get_c_indent()