Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/msgfmt/
H A Dxgettext.c1726 struct strlist_st *msgstr_tail = NULL; in read_po() local
1794 tmp_elem->msgstr = msgstr_tail = new_strlist(); in read_po()
1795 msgstr_tail->str = strdup(line); in read_po()
1808 msgstr_tail->next = new_strlist(); in read_po()
1809 msgstr_tail = msgstr_tail->next; in read_po()
1810 msgstr_tail->str = strdup(line); in read_po()