Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/genmsg/
H A Dutil.c83 static char *msg_comment; variable
332 if (msg_comment) { in add_msgid()
333 newmi->comment = ustrdup(msg_comment); in add_msgid()
334 free(msg_comment); in add_msgid()
335 msg_comment = NULL; in add_msgid()
537 ? &msg_comment : &set_comment; in add_comment()