Home
last modified time | relevance | path

Searched refs:user_func_error (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Duserfunc.pro31 void user_func_error(int error, char_u *name);
/vim-8.2.3635/src/
H A Duserfunc.c3176 user_func_error(int error, char_u *name) in user_func_error() function
3425 user_func_error(error, (name != NULL) ? name : funcname); in call_func()
H A Dvim9execute.c893 user_func_error(error, ufunc->uf_name); in call_ufunc()