Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmessage.c44 struct msg_hist struct
46 struct msg_hist *next; argument
51 static struct msg_hist *first_msg_hist = NULL; argument
52 static struct msg_hist *last_msg_hist = NULL;
968 struct msg_hist *p; in add_msg_hist()
978 p = ALLOC_ONE(struct msg_hist); in add_msg_hist()
1010 struct msg_hist *p; in delete_first_msg()
1030 struct msg_hist *p; in ex_messages()