Searched refs:alias_table (Results 1 – 2 of 2) sorted by relevance
348 GHashTable *alias_table) in read_aliases() argument390 if (!g_hash_table_lookup (alias_table, buf)) { in read_aliases()391 g_hash_table_insert (alias_table, g_strdup (buf), g_strdup (q)); in read_aliases()403 static GHashTable *alias_table = NULL; in unalias_lang() local407 if (g_once_init_enter (&alias_table)) in unalias_lang()411 g_once_init_leave (&alias_table, table); in unalias_lang()415 while ((p = g_hash_table_lookup (alias_table, lang)) && (strcmp (p, lang) != 0)) in unalias_lang()
93 static const struct table_entry alias_table[] = variable1030 const struct table_entry * const table = alias_table; in locale_charset()1032 sizeof (alias_table) / sizeof (struct table_entry); in locale_charset()