Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/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()