Home
last modified time | relevance | path

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

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