Home
last modified time | relevance | path

Searched refs:ET_ERROR (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dex_eval.c356 if (throw_exception(*msg_list, ET_ERROR, cmdname) == FAIL) in do_errthrow()
435 if (type == ET_ERROR) in get_exception_string()
533 if (type == ET_ERROR) in throw_exception()
543 if (type == ET_ERROR && ((msglist_T *)value)->sfile != NULL) in throw_exception()
647 if (excp->type == ET_ERROR) in discard_exception()
H A Dstructs.h1005 ET_ERROR, // error exception enumerator
H A Dif_py_both.h640 msg = get_exception_string(*msg_list, ET_ERROR, NULL, &should_free); in VimTryEnd()
H A Dvim9execute.c1680 if (throw_exception(*msg_list, ET_ERROR, NULL) == FAIL) in exec_instructions()
H A Dex_docmd.c1415 case ET_ERROR: in handle_did_throw()