Searched defs:comment_tail (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c1724 struct strlist_st *comment_tail = NULL; local
1754 tmp_elem->comment = comment_tail =
1762 comment_tail->str = strdup(line+2);
1764 comment_tail->next = new_strlist();
1765 comment_tail = comment_tail->next;
1772 comment_tail->str = strdup(line+2);

Completed in 92 milliseconds