Home
last modified time | relevance | path

Searched refs:FCERR_NONE (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Duserfunc.c2900 error = FCERR_NONE; in call_user_func_check()
3225 int error = FCERR_NONE; in call_func()
3269 if (error == FCERR_NONE && partial->pt_argc > 0) in call_func()
3298 if (error == FCERR_NONE && funcexe->check_type != NULL && funcexe->evaluate) in call_func()
3306 if (error == FCERR_NONE && funcexe->evaluate) in call_func()
3415 if (error == FCERR_NONE) in call_func()
5727 int error = FCERR_NONE; in set_ref_in_func()
H A Dvim.h2648 #define FCERR_NONE 5 macro
H A Dvim9execute.c891 if (error != FCERR_NONE) in call_ufunc()
1042 int error = FCERR_NONE; in call_partial()
1047 if (error != FCERR_NONE) in call_partial()
H A Dif_lua.c2767 return FCERR_NONE; in luaV_call_lua_func()
H A Devalfunc.c2540 return FCERR_NONE; in call_internal_func()
2621 return FCERR_NONE; in call_internal_method()
H A Dvim9compile.c3424 int error = FCERR_NONE; in compile_call()