Searched refs:msg_chain (Results 1 – 3 of 3) sorted by relevance
45 static struct msg *msg_chain; variable49 static struct msg **msg_chain_end = &msg_chain;136 struct msg *m = msg_chain; in print_message_queue()
45 static struct msg *msg_chain; variable49 static struct msg **msg_chain_end = &msg_chain;158 for (m = msg_chain; m; m = m->next) in print_message_queue()
2117 (struct msg, msg_chain, msg_chain_end): Move to util.c.2171 * util.c (struct msg, msg_chain, msg_chain_end): Moved here from diff.h.