Searched refs:msgid_tail (Results 1 – 1 of 1) sorted by relevance
1722 struct strlist_st *msgid_tail = NULL; in read_po() local1785 tmp_elem->msgid = msgid_tail = new_strlist(); in read_po()1786 msgid_tail->str = strdup(line); in read_po()1800 msgid_tail->next = new_strlist(); in read_po()1801 msgid_tail = msgid_tail->next; in read_po()1802 msgid_tail->str = strdup(line); in read_po()