Searched defs:textdomain_head (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c84 * textdomain_head : Head of linked list containing textdomain().
89 * (gettext_head, textdomain_head)
90 * If -s option is used, then textdomain_head contains all
92 * If -s option is not used, textdomain_head is empty list and
99 struct element_st *textdomain_head; member in struct:domain_st
1591 if (tmp_dom->textdomain_head == NULL) {
1592 tmp_dom->textdomain_head = tmp_elem;
1969 * -s option is used (textdomain_head linked list).
1975 p = head->textdomain_head;
2188 tmp->textdomain_head
[all...]

Completed in 47 milliseconds