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

/macosx-10.10/vim-55/src/
H A Dmessage.c50 struct msg_hist struct
52 struct msg_hist *next;
57 static struct msg_hist *first_msg_hist = NULL;
58 static struct msg_hist *last_msg_hist = NULL;
762 struct msg_hist *p;
772 p = (struct msg_hist *)alloc((int)sizeof(struct msg_hist));
804 struct msg_hist *p;
825 struct msg_hist *p;

Completed in 71 milliseconds