mc_tty_color__hashtable   66 lib/tty/color.c extern GHashTable *mc_tty_color__hashtable;
mc_tty_color__hashtable   69 lib/tty/color.c MC_TESTABLE GHashTable *mc_tty_color__hashtable = NULL;
mc_tty_color__hashtable  104 lib/tty/color.c     cp_count = g_hash_table_size (mc_tty_color__hashtable);
mc_tty_color__hashtable  106 lib/tty/color.c         if (g_hash_table_find (mc_tty_color__hashtable, tty_color_get_next_cpn_cb,
mc_tty_color__hashtable  123 lib/tty/color.c     mc_tty_color__hashtable = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free);
mc_tty_color__hashtable  132 lib/tty/color.c     g_hash_table_destroy (mc_tty_color__hashtable);
mc_tty_color__hashtable  161 lib/tty/color.c     mc_color_pair = (tty_color_lib_pair_t *) g_hash_table_lookup (mc_tty_color__hashtable,
mc_tty_color__hashtable  194 lib/tty/color.c     g_hash_table_insert (mc_tty_color__hashtable, (gpointer) color_pair, (gpointer) mc_color_pair);
mc_tty_color__hashtable  204 lib/tty/color.c     g_hash_table_foreach_remove (mc_tty_color__hashtable, tty_color_free_temp_cb, NULL);
mc_tty_color__hashtable  212 lib/tty/color.c     g_hash_table_remove_all (mc_tty_color__hashtable);
mc_tty_color__hashtable   68 tests/lib/skin/common__mc_skin_init.c extern GHashTable *mc_tty_color__hashtable;
mc_tty_color__hashtable   82 tests/lib/skin/common__mc_skin_init.c     mc_tty_color__hashtable = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free);