Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/genmsg/
H A Dutil.c292 MsgID mi = si->top, newmi, prev = NULL; in add_msgid() local
325 newmi->no_write = no_write; in add_msgid()
326 newmi->id = msgid; in add_msgid()
327 newmi->msg = ustrdup(msg); in add_msgid()
328 newmi->file = ustrdup(file); in add_msgid()
329 newmi->line = line; in add_msgid()
330 newmi->next = mi; in add_msgid()
333 newmi->comment = ustrdup(msg_comment); in add_msgid()
337 newmi->comment = NULL; in add_msgid()
341 si->top = newmi; in add_msgid()
[all …]