Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c1721 struct strlist_st *comment_tail = NULL; in read_po() local
1751 tmp_elem->comment = comment_tail = in read_po()
1759 comment_tail->str = strdup(line+2); in read_po()
1761 comment_tail->next = new_strlist(); in read_po()
1762 comment_tail = comment_tail->next; in read_po()
1769 comment_tail->str = strdup(line+2); in read_po()