Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmessage.c51 static struct msg_hist *first_msg_hist = NULL; variable
997 if (first_msg_hist == NULL) in add_msg_hist()
998 first_msg_hist = last_msg_hist; in add_msg_hist()
1014 p = first_msg_hist; in delete_first_msg()
1015 first_msg_hist = p->next; in delete_first_msg()
1016 if (first_msg_hist == NULL) in delete_first_msg()
1051 p = first_msg_hist; in ex_messages()
1061 for (p = first_msg_hist; p != NULL && !got_int && c > 0; in ex_messages()
1065 if (p == first_msg_hist) in ex_messages()