Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Duserfunc.c2731 if (default_arg_err && (fp->uf_flags & FC_ABORT)) in call_user_func()
2751 if ((did_emsg && (fp->uf_flags & FC_ABORT)) || rettv->v_type == VAR_UNKNOWN) in call_user_func()
3515 else if (fp->uf_flags & FC_ABORT) in list_func_head()
4160 flags |= FC_ABORT; in define_function()
5234 if (((fp->uf_flags & FC_ABORT) && did_emsg && !aborted_in_try()) in get_func_line()
5280 return (((fcp->func->uf_flags & FC_ABORT) && did_emsg && !aborted_in_try()) in func_has_ended()
5291 return ((funccall_T *)cookie)->func->uf_flags & FC_ABORT; in func_has_abort()
H A Dstructs.h1688 #define FC_ABORT 0x01 // abort function on error macro