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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c192 * curr_domain : Contains the current domain for each dgettext().
200 static char curr_domain[MAX_DOMAIN_LEN]; variable
605 * curr_domain does not change for gettext.
607 curr_domain[0] = NULL;
637 * curr_domain will follow.
639 curr_domain[0] = NULL;
670 * curr_domain will follow.
672 curr_domain[0] = NULL;
690 curr_domain[0] = NULL;
738 add_str_to_element_list(in_textdomain, curr_domain);
[all...]

Completed in 48 milliseconds