Home
last modified time | relevance | path

Searched refs:ET_USER (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dex_eval.c518 if (type == ET_USER) in throw_exception()
1510 if (throw_exception(value, ET_USER, NULL) == FAIL) in ex_throw()
H A Dstructs.h1004 ET_USER, // exception caused by ":throw" command enumerator
H A Dvim9execute.c3554 if (throw_exception(tv->vval.v_string, ET_USER, NULL) in exec_instructions()
H A Dex_docmd.c1409 case ET_USER: in handle_did_throw()