Lines Matching refs:comment
62 char *comment; member
74 char *comment; member
180 if (si->comment && in write_msgfile()
184 si->comment); in write_msgfile()
191 if (si->comment && in write_msgfile()
194 si->comment); in write_msgfile()
213 if (mi->comment) { in write_msgfile()
215 mi->comment); in write_msgfile()
233 if (mi->comment) { in write_msgfile()
235 mi->comment); in write_msgfile()
333 newmi->comment = ustrdup(msg_comment); in add_msgid()
337 newmi->comment = NULL; in add_msgid()
370 newsi->comment = ustrdup(set_comment); in add_setid()
374 newsi->comment = NULL; in add_setid()
474 (si = lookup_setid(i)) && si->comment) { in write_projfile()
475 com = si->comment; in write_projfile()
536 char **comment = (mode == MsgCommentMode) in add_comment() local
543 if (*comment) { in add_comment()
544 free(*comment); in add_comment()
547 *comment = ustrdup(str); in add_comment()