Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dinsexpand.pro35 int ins_compl_interrupted(void);
/vim-8.2.3635/src/
H A Dinsexpand.c1546 ins_compl_interrupted(void) in ins_compl_interrupted() function
2560 rettv->vval.v_number = ins_compl_interrupted(); in f_complete_check()
H A Dsearch.c3928 if (got_int || ins_compl_interrupted()) in find_pattern_in_path()
3991 if (got_int || ins_compl_interrupted()) in find_pattern_in_path()
H A Dtag.c1909 if (got_int || ins_compl_interrupted()) in find_tags()
H A Dspell.c3979 && (pat == NULL || !ins_compl_interrupted())) in spell_dump_compl()