Home
last modified time | relevance | path

Searched refs:VV_EXCEPTION (Results 1 – 7 of 7) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Deval.h107 VV_EXCEPTION, enumerator
H A Dex_eval.c602 set_vim_var_string(VV_EXCEPTION, (char *)excp->value, -1); in catch_exception()
653 set_vim_var_string(VV_EXCEPTION, (char *)caught_stack->value, -1); in finish_exception()
670 set_vim_var_string(VV_EXCEPTION, NULL, -1); in finish_exception()
H A Deval.c182 VV(VV_EXCEPTION, "exception", VAR_STRING, VV_RO),
6238 if (vimvars[VV_EXCEPTION].vv_str == NULL) { in assert_exception()
6245 && strstr((char *)vimvars[VV_EXCEPTION].vv_str, error) == NULL) { in assert_exception()
6248 &vimvars[VV_EXCEPTION].vv_tv, ASSERT_OTHER); in assert_exception()
8746 return vimvars[VV_EXCEPTION].vv_str; in v_exception()
8749 vimvars[VV_EXCEPTION].vv_str = oldval; in v_exception()
/dports/editors/vim/vim-8.2.3745/src/
H A Dtesting.c569 if (*get_vim_var_str(VV_EXCEPTION) == NUL) in f_assert_exception()
578 && strstr((char *)get_vim_var_str(VV_EXCEPTION), (char *)error) == NULL) in f_assert_exception()
582 get_vim_var_tv(VV_EXCEPTION), ASSERT_OTHER); in f_assert_exception()
H A Dex_eval.c673 set_vim_var_string(VV_EXCEPTION, (char_u *)excp->value, -1); in catch_exception()
723 set_vim_var_string(VV_EXCEPTION, (char_u *)caught_stack->value, -1); in finish_exception()
742 set_vim_var_string(VV_EXCEPTION, NULL, -1); in finish_exception()
H A Dvim.h1996 #define VV_EXCEPTION 29 macro
H A Devalvars.c2522 return vimvars[VV_EXCEPTION].vv_str; in v_exception()
2524 vimvars[VV_EXCEPTION].vv_str = oldval; in v_exception()