Searched refs:msg_chain_end (Results 1 – 3 of 3) sorted by relevance
49 static struct msg **msg_chain_end = &msg_chain; variable117 *msg_chain_end = new; in message5()119 msg_chain_end = &new->next; in message5()
49 static struct msg **msg_chain_end = &msg_chain; variable140 *msg_chain_end = new;141 msg_chain_end = &new->next;
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.