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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c82 * gettext_head : Head of linked list containing [d]gettext().
89 * (gettext_head, textdomain_head)
91 * textdomain() calls and no textdomain() calls are stored in gettext_head.
93 * gettext_head contains all gettext() dgettext(), and textdomain() calls.
97 struct element_st *gettext_head; member in struct:domain_st
1606 p = tmp_dom->gettext_head;
1625 tmp_dom->gettext_head = tmp_elem;
1640 tmp_dom->gettext_head = tmp_elem;
1647 if (isduplicate(tmp_dom->gettext_head,
1656 if (tmp_dom->gettext_head
[all...]

Completed in 47 milliseconds