Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c727 int had_match; in ins_compl_longest_match() local
735 had_match = (curwin->w_cursor.col > compl_col); in ins_compl_longest_match()
742 if (!had_match) in ins_compl_longest_match()
783 had_match = (curwin->w_cursor.col > compl_col); in ins_compl_longest_match()
790 if (!had_match) in ins_compl_longest_match()
H A Dsyntax.c2806 int had_match = FALSE; in find_endpos() local
3006 had_match = TRUE; in find_endpos()
3011 if (!had_match) in find_endpos()