Lines Matching refs:tmp_elem
1529 struct element_st *tmp_elem; in add_str_to_element_list() local
1561 tmp_elem = new_element(); in add_str_to_element_list()
1562 tmp_elem->msgid = strhead; in add_str_to_element_list()
1563 tmp_elem->istextdomain = istextdomain; in add_str_to_element_list()
1573 tmp_elem->comment = commhead; in add_str_to_element_list()
1581 tmp_elem->linenum = linenum_saved; in add_str_to_element_list()
1582 tmp_elem->fname = strdup(curr_file); in add_str_to_element_list()
1592 tmp_dom->textdomain_head = tmp_elem; in add_str_to_element_list()
1593 tmp_dom->textdomain_tail = tmp_elem; in add_str_to_element_list()
1595 tmp_dom->textdomain_tail->next = tmp_elem; in add_str_to_element_list()
1596 tmp_dom->textdomain_tail = tmp_elem; in add_str_to_element_list()
1621 tmp_elem->next = p; in add_str_to_element_list()
1623 q->next = tmp_elem; in add_str_to_element_list()
1625 tmp_dom->gettext_head = tmp_elem; in add_str_to_element_list()
1637 q->next = tmp_elem; in add_str_to_element_list()
1640 tmp_dom->gettext_head = tmp_elem; in add_str_to_element_list()
1648 tmp_elem->msgid) == TRUE) { in add_str_to_element_list()
1649 tmp_elem->isduplicate = TRUE; in add_str_to_element_list()
1657 tmp_dom->gettext_head = tmp_elem; in add_str_to_element_list()
1658 tmp_dom->gettext_tail = tmp_elem; in add_str_to_element_list()
1660 tmp_dom->gettext_tail->next = tmp_elem; in add_str_to_element_list()
1661 tmp_dom->gettext_tail = tmp_elem; in add_str_to_element_list()
1722 struct element_st *tmp_elem = NULL; in read_po() local
1747 if ((tmp_elem != NULL) && (state == IN_MSGSTR)) { in read_po()
1748 add_node_to_polist(&ehead, &etail, tmp_elem); in read_po()
1753 tmp_elem = new_element(); in read_po()
1754 tmp_elem->comment = comment_tail = in read_po()
1780 add_node_to_polist(&ehead, &etail, tmp_elem); in read_po()
1781 tmp_elem = new_element(); in read_po()
1783 tmp_elem = new_element(); in read_po()
1788 tmp_elem->msgid = msgid_tail = new_strlist(); in read_po()
1794 tmp_elem->msgstr = msgstr_tail = new_strlist(); in read_po()
1818 if (tmp_elem != NULL) { in read_po()
1819 add_node_to_polist(&ehead, &etail, tmp_elem); in read_po()