Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcindent.c1937 pos_T *theirscope; in find_match() local
1968 theirscope = find_start_brace(); // XXX in find_match()
1969 if (theirscope == NULL) in find_match()
1975 if (theirscope->lnum < ourscope) in find_match()
1981 if (theirscope->lnum > ourscope) in find_match()