Searched refs:shadow_map (Results 1 – 1 of 1) sorted by relevance
592 GHashTable *shadow_map; in g_option_context_get_help() local638 shadow_map = g_hash_table_new (g_str_hash, g_str_equal); in g_option_context_get_help()645 g_hash_table_insert (shadow_map, in g_option_context_get_help()663 if (g_hash_table_lookup (shadow_map, entry->long_name) && in g_option_context_get_help()667 g_hash_table_insert (shadow_map, (gpointer)entry->long_name, entry); in g_option_context_get_help()678 g_hash_table_destroy (shadow_map); in g_option_context_get_help()