Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dinsexpand.pro35 int ins_compl_interrupted(void);
/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c1546 ins_compl_interrupted(void) in ins_compl_interrupted() function
2685 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.c1958 if (got_int || ins_compl_interrupted()) in find_tags()
H A Dspell.c3979 && (pat == NULL || !ins_compl_interrupted())) in spell_dump_compl()