Searched refs:last_msg_hist (Results 1 – 2 of 2) sorted by relevance
52 static struct msg_hist *last_msg_hist = NULL; variable159 && last_msg_hist != NULL in msg_attr_keep()160 && last_msg_hist->msg != NULL in msg_attr_keep()161 && STRCMP(s, last_msg_hist->msg))) in msg_attr_keep()994 if (last_msg_hist != NULL) in add_msg_hist()995 last_msg_hist->next = p; in add_msg_hist()996 last_msg_hist = p; in add_msg_hist()998 first_msg_hist = last_msg_hist; in add_msg_hist()1017 last_msg_hist = NULL; // history is empty in delete_first_msg()1395 if (keep_msg == NULL && last_msg_hist != NULL && msg_scrolled == 0 in set_keep_msg_from_hist()[all …]
6781 Set last_msg_hist to NULL when history becomes empty. Call