Lines Matching refs:comment
64 char *comment; member
76 char *comment; member
182 if (si->comment && in write_msgfile()
186 si->comment); in write_msgfile()
193 if (si->comment && in write_msgfile()
196 si->comment); in write_msgfile()
215 if (mi->comment) { in write_msgfile()
217 mi->comment); in write_msgfile()
235 if (mi->comment) { in write_msgfile()
237 mi->comment); in write_msgfile()
335 newmi->comment = ustrdup(msg_comment); in add_msgid()
339 newmi->comment = NULL; in add_msgid()
372 newsi->comment = ustrdup(set_comment); in add_setid()
376 newsi->comment = NULL; in add_setid()
476 (si = lookup_setid(i)) && si->comment) { in write_projfile()
477 com = si->comment; in write_projfile()
538 char **comment = (mode == MsgCommentMode) in add_comment() local
545 if (*comment) { in add_comment()
546 free(*comment); in add_comment()
549 *comment = ustrdup(str); in add_comment()