Home
last modified time | relevance | path

Searched refs:msg_chain (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dutil.c45 static struct msg *msg_chain; variable
49 static struct msg **msg_chain_end = &msg_chain;
136 struct msg *m = msg_chain; in print_message_queue()
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dutil.c45 static struct msg *msg_chain; variable
49 static struct msg **msg_chain_end = &msg_chain;
158 for (m = msg_chain; m; m = m->next) in print_message_queue()
/netbsd-src/external/gpl2/diffutils/dist/
H A DChangeLog2117 (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.