Searched refs:msglist_T (Results 1 – 5 of 5) sorted by relevance
149 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()
988 typedef struct msglist msglist_T; typedef991 msglist_T *next; // next of several messages in a row
653 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()
4668 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()
376 EXTERN msglist_T **msg_list INIT(= NULL);