Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/genmsg/
H A Dutil.c86 static char *set_comment; variable
369 if (set_comment) { in add_setid()
370 newsi->comment = ustrdup(set_comment); in add_setid()
371 free(set_comment); in add_setid()
372 set_comment = NULL; in add_setid()
537 ? &msg_comment : &set_comment; in add_comment()