Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dex_eval.pro10 char *get_exception_string(void *value, except_type_T type, char_u *cmdname, int *should_free);
/vim-8.2.3635/src/
H A Dex_eval.c424 get_exception_string( in get_exception_string() function
538 excp->value = get_exception_string(value, type, cmdname, &should_free); in throw_exception()
H A Dif_py_both.h640 msg = get_exception_string(*msg_list, ET_ERROR, NULL, &should_free); in VimTryEnd()