Searched refs:get_exception_string (Results 1 – 3 of 3) sorted by relevance
10 char *get_exception_string(void *value, except_type_T type, char_u *cmdname, int *should_free);
424 get_exception_string( in get_exception_string() function538 excp->value = get_exception_string(value, type, cmdname, &should_free); in throw_exception()
640 msg = get_exception_string(*msg_list, ET_ERROR, NULL, &should_free); in VimTryEnd()