Searched refs:msgid_tail (Results 1 – 1 of 1) sorted by relevance
1725 struct strlist_st *msgid_tail = NULL; in read_po() local1788 tmp_elem->msgid = msgid_tail = new_strlist(); in read_po()1789 msgid_tail->str = strdup(line); in read_po()1803 msgid_tail->next = new_strlist(); in read_po()1804 msgid_tail = msgid_tail->next; in read_po()1805 msgid_tail->str = strdup(line); in read_po()