Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/genmsg/
H A Dutil.c71 int no_write; member
107 add_msg(int setid, int msgid, char *msg, char *file, int line, int no_write) in add_msg() argument
115 add_msgid(si, msgid, msg, file, line, no_write); in add_msg()
118 add_setid(setid, msgid, msg, file, line, no_write); in add_msg()
177 if (mi->no_write) { in write_msgfile()
292 add_msgid(SetID si, int msgid, char *msg, char *file, int line, int no_write) in add_msgid() argument
327 newmi->no_write = no_write; in add_msgid()
350 add_setid(int setid, int msgid, char *msg, char *file, int line, int no_write) in add_setid() argument
385 add_msgid(newsi, msgid, msg, file, line, no_write); in add_setid()