Searched refs:newmi (Results 1 – 1 of 1) sorted by relevance
294 MsgID mi = si->top, newmi, prev = NULL; in add_msgid() local322 if ((newmi = malloc(sizeof (MsgIDRec))) == NULL) { in add_msgid()327 newmi->no_write = no_write; in add_msgid()328 newmi->id = msgid; in add_msgid()329 newmi->msg = ustrdup(msg); in add_msgid()330 newmi->file = ustrdup(file); in add_msgid()331 newmi->line = line; in add_msgid()332 newmi->next = mi; in add_msgid()335 newmi->comment = ustrdup(msg_comment); in add_msgid()339 newmi->comment = NULL; in add_msgid()[all …]