Home
last modified time | relevance | path

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

/freebsd/contrib/diff/src/
H A Dutil.c46 static struct msg **msg_chain_end = &msg_chain; variable
114 *msg_chain_end = new; in message5()
116 msg_chain_end = &new->next; in message5()
/freebsd/contrib/diff/
H A DChangeLog2586 (struct msg, msg_chain, msg_chain_end): Move to util.c.
2640 * util.c (struct msg, msg_chain, msg_chain_end): Moved here from diff.h.