Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c1389 struct domain_st *tmp_dom, *p; in find_domain_node() local
1424 tmp_dom = new_domain(); in find_domain_node()
1425 tmp_dom->dname = strdup(dname); in find_domain_node()
1428 dom_head = tmp_dom; in find_domain_node()
1429 dom_tail = tmp_dom; in find_domain_node()
1431 dom_tail->next = tmp_dom; in find_domain_node()
1434 return (tmp_dom); in find_domain_node()
1528 struct domain_st *tmp_dom; in add_str_to_element_list() local
1603 p = tmp_dom->gettext_head; in add_str_to_element_list()
1637 tmp_dom->gettext_head = tmp_elem; in add_str_to_element_list()
[all …]