Searched refs:global_gt (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext.c54 if (!global_gt) { \
55 global_gt = (Gettext_t *)calloc(1, sizeof (Gettext_t)); \
56 if (global_gt) \
57 global_gt->cur_domain = (char *)default_domain; \
66 Gettext_t *global_gt = NULL; variable
110 return (CURRENT_DOMAIN(global_gt));
H A Dgettext_real.c78 gprintf(0, "***************** global_gt: 0x%p\n", global_gt);
79 printgt(global_gt, 1);
487 cur_nls = global_gt->c_n_node;
496 nnp = global_gt->n_node;
502 global_gt->c_n_node = nnp;
580 nnp->next = global_gt->n_node;
581 global_gt->n_node = nnp;
582 global_gt->c_n_node = nnp;
672 Gettext_t *gt = global_gt;
[all...]
H A Dgettext.h187 extern Gettext_t *global_gt;
H A Dgettext_util.c194 Gettext_t *gt = global_gt;
422 Gettext_t *gt = global_gt;

Completed in 22 milliseconds