Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/genmsg/
H A Dutil.c85 static char *msg_comment; variable
334 if (msg_comment) { in add_msgid()
335 newmi->comment = ustrdup(msg_comment); in add_msgid()
336 free(msg_comment); in add_msgid()
337 msg_comment = NULL; in add_msgid()
539 ? &msg_comment : &set_comment; in add_comment()