Searched refs:user_func_error (Results 1 – 3 of 3) sorted by relevance
31 void user_func_error(int error, char_u *name);
3176 user_func_error(int error, char_u *name) in user_func_error() function3425 user_func_error(error, (name != NULL) ? name : funcname); in call_func()
893 user_func_error(error, ufunc->uf_name); in call_ufunc()