Home
last modified time | relevance | path

Searched refs:throw_msg (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dex_eval.c272 elem->throw_msg = NULL; in cause_errthrow()
286 (*msg_list)->throw_msg = &tmsg[4]; in cause_errthrow()
288 (*msg_list)->throw_msg = tmsg; in cause_errthrow()
438 mesg = ((msglist_T *)value)->throw_msg; in get_exception_string()
H A Dstructs.h993 char *throw_msg; // msg to throw: usually original one member