Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c168 static int compl_interrupted = FALSE; variable
1246 while (*dict != NUL && !got_int && !compl_interrupted) in ins_compl_dictionaries()
1316 for (i = 0; i < count && !got_int && !compl_interrupted; i++) in ins_compl_files()
1331 while (!got_int && !compl_interrupted in ins_compl_files()
1548 return compl_interrupted; in ins_compl_interrupted()
2617 if (!compl_interrupted) in set_completion()
3354 && !ctrl_x_mode_line_or_eval()) || compl_interrupted) in ins_compl_get_exp()
3740 compl_interrupted = TRUE; in ins_compl_check_keys()
4375 if (enable_pum && !compl_interrupted) in ins_complete()
4378 compl_was_interrupted = compl_interrupted; in ins_complete()
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c2659 if (!compl_interrupted) { in set_completion()
2948 while (*dict != NUL && !got_int && !compl_interrupted) { in ins_compl_dictionaries()
3003 for (i = 0; i < count && !got_int && !compl_interrupted; i++) { in ins_compl_files()
3019 while (!got_int && !compl_interrupted in ins_compl_files()
4549 || compl_interrupted) { in ins_compl_get_exp()
4912 compl_interrupted = TRUE; in ins_compl_check_keys()
5481 if (enable_pum && !compl_interrupted) { in ins_complete()
5484 compl_was_interrupted = compl_interrupted; in ins_complete()
5485 compl_interrupted = FALSE; in ins_complete()
H A Dglobals.h164 EXTERN int compl_interrupted INIT(= false);
H A Dsearch.c5303 if (got_int || compl_interrupted) { in find_pattern_in_path()
5365 if (got_int || compl_interrupted) { in find_pattern_in_path()
H A Dtag.c1651 if (got_int || compl_interrupted) { in find_tags()
H A Dspell.c7009 && (pat == NULL || !compl_interrupted)) { in spell_dump_compl()
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dfuncs.c1239 rettv->vval.v_number = compl_interrupted; in f_complete_check()