Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dex_eval.pro11 int throw_exception(void *value, except_type_T type, char_u *cmdname);
/vim-8.2.3635/src/
H A Dex_eval.c356 if (throw_exception(*msg_list, ET_ERROR, cmdname) == FAIL) in do_errthrow()
413 if (throw_exception("Vim:Interrupt", ET_INTERRUPT, NULL) != FAIL) in do_intthrow()
508 throw_exception(void *value, except_type_T type, char_u *cmdname) in throw_exception() function
1510 if (throw_exception(value, ET_USER, NULL) == FAIL) in ex_throw()
H A Dvim9execute.c1671 if (throw_exception("Vim:Interrupt", ET_INTERRUPT, NULL) == FAIL) in exec_instructions()
1680 if (throw_exception(*msg_list, ET_ERROR, NULL) == FAIL) in exec_instructions()
3554 if (throw_exception(tv->vval.v_string, ET_USER, NULL) in exec_instructions()