Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dinsexpand.pro50 void f_complete_check(typval_T *argvars, typval_T *rettv);
/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c2679 f_complete_check(typval_T *argvars UNUSED, typval_T *rettv) in f_complete_check() function
H A Devalfunc.c1281 ret_number_bool, f_complete_check},
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dfuncs.c1233 static void f_complete_check(typval_T *argvars, typval_T *rettv, FunPtr fptr) in f_complete_check() function