Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c3345 int found_end = FALSE; in ins_compl_next() local
3404 found_end = (compl_first_match != NULL in ins_compl_next()
3411 found_end = (compl_shown_match == compl_first_match); in ins_compl_next()
3413 found_end |= (compl_shown_match == compl_first_match); in ins_compl_next()
3457 found_end = FALSE; in ins_compl_next()
3469 if (found_end) in ins_compl_next()