Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/genmsg/
H A Dutil.c88 static char *set_comment; variable
371 if (set_comment) { in add_setid()
372 newsi->comment = ustrdup(set_comment); in add_setid()
373 free(set_comment); in add_setid()
374 set_comment = NULL; in add_setid()
539 ? &msg_comment : &set_comment; in add_comment()