Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c195 static int ins_compl_add(char_u *str, int len, char_u *fname, char_u **cptext, typval_T *user_data,…
582 return ins_compl_add(str, len, fname, NULL, NULL, dir, flags, FALSE); in ins_compl_add_infercase()
592 ins_compl_add( in ins_compl_add() function
813 if ((add_r = ins_compl_add(matches[i], -1, NULL, NULL, NULL, dir, in ins_compl_add_matches()
2514 return ins_compl_add(word, -1, NULL, cptext, &user_data, dir, flags, dup); in ins_compl_add_tv()
2591 if (compl_orig_text == NULL || ins_compl_add(compl_orig_text, in set_completion()
4235 if (compl_orig_text == NULL || ins_compl_add(compl_orig_text, in ins_complete()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c2317 return ins_compl_add(str, len, fname, NULL, false, NULL, dir, flags, false); in ins_compl_add_infercase()
2337 static int ins_compl_add(char_u *const str, int len, char_u *const fname, in ins_compl_add() function
2555 if ((add_r = ins_compl_add(matches[i], -1, NULL, NULL, false, NULL, dir, in ins_compl_add_matches()
2632 if (ins_compl_add(compl_orig_text, -1, NULL, NULL, false, NULL, 0, in set_completion()
4106 return ins_compl_add((char_u *)word, -1, NULL, in ins_compl_add_tv()
5353 if (ins_compl_add(compl_orig_text, -1, NULL, NULL, false, NULL, 0, in ins_complete()