Home
last modified time | relevance | path

Searched refs:idx_from_name (Results 1 – 3 of 3) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dkbd-custom.c91 id = g_hash_table_lookup (Denemo.map->idx_from_name, command_name); in is_action_name_builtin()
125 gint* idx = (gint*) g_hash_table_lookup(Denemo.map->idx_from_name, name); in get_or_create_command()
638 the_keymap->idx_from_name = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free); in allocate_keymap()
653 g_hash_table_destroy (the_keymap->idx_from_name); in free_keymap()
673 g_hash_table_insert (the_keymap->idx_from_name, g_strdup (command->name), idx); in register_command_row()
939 gpointer value = g_hash_table_lookup (keymap->idx_from_name, command_name); in lookup_command_from_name()
1270 value = g_hash_table_lookup (the_keymap->idx_from_name, command_name); in add_keybinding_to_named_command()
2153 gint* idx = (gint*) g_hash_table_lookup(Denemo.map->idx_from_name, name); in get_menu_label()
H A Dkeyboard.c224 gboolean new_command = (g_hash_table_lookup(Denemo.map->idx_from_name, command->name) == NULL); in create_command()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h377 GHashTable *idx_from_name; //hashtable linking the name of a command to member