Searched refs:comment_tail (Results 1 – 1 of 1) sorted by relevance
1724 struct strlist_st *comment_tail = NULL; in read_po() local1754 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()