Home
last modified time | relevance | path

Searched refs:msglist_T (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dex_eval.c149 msglist_T *elem; in cause_errthrow()
150 msglist_T **plist; in cause_errthrow()
254 elem = ALLOC_CLEAR_ONE(msglist_T); in cause_errthrow()
307 free_msglist(msglist_T *l) in free_msglist()
309 msglist_T *messages, *next; in free_msglist()
438 mesg = ((msglist_T *)value)->throw_msg; in get_exception_string()
536 excp->messages = (msglist_T *)value; in throw_exception()
543 if (type == ET_ERROR && ((msglist_T *)value)->sfile != NULL) in throw_exception()
545 msglist_T *entry = (msglist_T *)value; in throw_exception()
H A Dstructs.h988 typedef struct msglist msglist_T; typedef
991 msglist_T *next; // next of several messages in a row
H A Dex_docmd.c653 msglist_T **saved_msg_list = NULL; in do_cmdline()
654 msglist_T *private_msg_list = NULL; in do_cmdline()
1398 msglist_T *messages = NULL; in handle_did_throw()
1436 msglist_T *next = messages->next; in handle_did_throw()
H A Dvim9execute.c4668 msglist_T **saved_msg_list = NULL; in call_def_function()
4669 msglist_T *private_msg_list = NULL; in call_def_function()
4950 msglist_T **plist = saved_msg_list; in call_def_function()
H A Dglobals.h376 EXTERN msglist_T **msg_list INIT(= NULL);