key               418 lib/keybind.c  keymap_add (GArray *keymap, long key, long cmd, const char *caption)
key               420 lib/keybind.c      if (key != 0 && cmd != CK_IgnoreKey)
key               424 lib/keybind.c          new_bind.key = key;
key               439 lib/keybind.c      long key;
key               441 lib/keybind.c      key = tty_keyname_to_keycode (keybind, &caption);
key               442 lib/keybind.c      keymap_add (keymap, key, action, caption);
key               451 lib/keybind.c      const name_keymap_t key = { name, 0 };
key               456 lib/keybind.c      res = bsearch (&key, command_names, num_command_names,
key               485 lib/keybind.c          for (i = 0; keymap[i].key != 0; i++)
key               495 lib/keybind.c  keybind_lookup_keymap_command (const global_keymap_t *keymap, long key)
key               501 lib/keybind.c          for (i = 0; keymap[i].key != 0; i++)
key               502 lib/keybind.c              if (keymap[i].key == key)
key               350 lib/keybind.h      long key;
key               363 lib/keybind.h  long keybind_lookup_keymap_command (const global_keymap_t * keymap, long key);
key               153 lib/mcconfig/history.c         char key[BUF_TINY];
key               156 lib/mcconfig/history.c         g_snprintf (key, sizeof (key), "%lu", (unsigned long) i);
key               157 lib/mcconfig/history.c         this_entry = mc_config_get_string_raw (cfg, name, key, "");
key               219 lib/mcconfig/history.c         char key[BUF_TINY];
key               226 lib/mcconfig/history.c         g_snprintf (key, sizeof (key), "%d", i++);
key               229 lib/mcconfig/history.c             mc_config_set_string_raw (cfg, name, key, text);
key               234 lib/mcconfig/history.c                 mc_config_set_string_raw (cfg, name, key, text);
key               236 lib/mcconfig/history.c                 mc_config_set_string_raw (cfg, name, key, buffer->str);
key               142 lib/skin.h     gchar *mc_skin_get (const gchar * group, const gchar * key, const gchar * default_value);
key                50 lib/skin/colors-old.c     const char *key;
key               126 lib/skin/colors-old.c mc_skin_colors_old_transform (const char *old_color, const char **group, const char **key)
key               142 lib/skin/colors-old.c     if (key != NULL)
key               143 lib/skin/colors-old.c         *key = res->key;
key                53 lib/skin/colors.c mc_skin_color_get_from_hash (mc_skin_t *mc_skin, const gchar *group, const gchar *key)
key                58 lib/skin/colors.c     if (group == NULL || key == NULL)
key                64 lib/skin/colors.c     g_snprintf (kname, sizeof (kname), "%s.%s", group, key);
key                74 lib/skin/colors.c mc_skin_color_remove_from_hash (mc_skin_t *mc_skin, const gchar *group, const gchar *key)
key                77 lib/skin/colors.c     if (group == NULL || key == NULL)
key                83 lib/skin/colors.c     g_snprintf (kname, sizeof (kname), "%s.%s", group, key);
key                91 lib/skin/colors.c mc_skin_color_add_to_hash (mc_skin_t *mc_skin, const gchar *group, const gchar *key,
key                96 lib/skin/colors.c     kname = g_strdup_printf ("%s.%s", group, key);
key               183 lib/skin/colors.c mc_skin_color_get_from_ini_file (mc_skin_t *mc_skin, const gchar *group, const gchar *key)
key               189 lib/skin/colors.c     values = mc_config_get_string_list (mc_skin->config, group, key, &items_count);
key               201 lib/skin/common.c mc_skin_get (const gchar *group, const gchar *key, const gchar *default_value)
key               206 lib/skin/common.c     return mc_config_get_string (mc_skin__default.config, group, key, default_value);
key               153 lib/strutil.h        /*I*/ void (*release_key) (char *key, gboolean case_sen);
key               530 lib/strutil.h  void str_release_key (char *key, gboolean case_sen);
key               910 lib/strutil/strutil.c str_release_key (char *key, gboolean case_sen)
key               912 lib/strutil/strutil.c     used_class.release_key (key, case_sen);
key               810 lib/strutil/strutil8bit.c str_8bit_release_key (char *key, gboolean case_sen)
key               813 lib/strutil/strutil8bit.c         g_free (key);
key               711 lib/strutil/strutilascii.c str_ascii_release_key (char *key, gboolean case_sen)
key               713 lib/strutil/strutilascii.c     (void) key;
key              1379 lib/strutil/strutilutf8.c         char *fold, *key;
key              1397 lib/strutil/strutilutf8.c                 key = keygen (fold, -1);
key              1398 lib/strutil/strutilutf8.c                 g_string_append (fixed, key);
key              1399 lib/strutil/strutilutf8.c                 g_free (key);
key              1416 lib/strutil/strutilutf8.c             key = keygen (fold, -1);
key              1417 lib/strutil/strutilutf8.c             g_string_append (fixed, key);
key              1418 lib/strutil/strutilutf8.c             g_free (key);
key              1427 lib/strutil/strutilutf8.c                 key = keygen (fold, -1);
key              1428 lib/strutil/strutilutf8.c                 g_string_append (fixed, key);
key              1429 lib/strutil/strutilutf8.c                 g_free (key);
key              1468 lib/strutil/strutilutf8.c str_utf8_release_key (char *key, gboolean case_sen)
key              1471 lib/strutil/strutilutf8.c     g_free (key);
key                72 lib/tty/color-ncurses.c     int *attr, *key;
key                78 lib/tty/color-ncurses.c     key = g_try_new (int, 1);
key                79 lib/tty/color-ncurses.c     if (key == NULL)
key                85 lib/tty/color-ncurses.c     *key = color_pair;
key                88 lib/tty/color-ncurses.c     g_hash_table_replace (mc_tty_color_color_pair_attrs, (gpointer) key, (gpointer) attr);
key                87 lib/tty/color.c tty_color_free_temp_cb (gpointer key, gpointer value, gpointer user_data)
key                89 lib/tty/color.c     (void) key;
key                98 lib/tty/color.c tty_color_get_next_cpn_cb (gpointer key, gpointer value, gpointer user_data)
key               103 lib/tty/color.c     (void) key;
key              1256 lib/tty/key.c          const key_code_name_t key = { 0, name, NULL, NULL };
key              1257 lib/tty/key.c          const key_code_name_t *keyp = &key;
key              1289 lib/tty/key.c          const key_code_name_t key = { code, NULL, NULL, NULL };
key              1290 lib/tty/key.c          const key_code_name_t *keyp = &key;
key              1450 lib/tty/key.c      int key = 0;
key              1470 lib/tty/key.c              key = lookup_keyname (g_strstrip (*p), &idx);
key              1472 lib/tty/key.c              if (key == KEY_M_ALT)
key              1474 lib/tty/key.c              else if (key == KEY_M_CTRL)
key              1476 lib/tty/key.c              else if (key == KEY_M_SHIFT)
key              1480 lib/tty/key.c                  k = key;
key              1530 lib/tty/key.c              g_string_append_c (s, (gchar) g_ascii_tolower ((gchar) key));
key              2138 lib/tty/key.c      int key;
key              2141 lib/tty/key.c      while ((key = tty_get_event (&ev, FALSE, TRUE)) == EV_NONE)
key              2143 lib/tty/key.c      return key;
key               181 lib/tty/tty-slang.c     int key;
key               185 lib/tty/tty-slang.c     for (key = 1; key < 9; key++)
key               189 lib/tty/tty-slang.c         g_snprintf (tmp, sizeof (tmp), "k%d", key);
key               193 lib/tty/tty-slang.c             g_snprintf (tmp, sizeof (tmp), ESC_STR "&f%dk%dd%dL%s%s", key,
key               521 lib/widget/dialog.c dlg_process_event (WDialog *h, int key, Gpm_Event *event)
key               523 lib/widget/dialog.c     switch (key)
key               539 lib/widget/dialog.c         dlg_key_event (h, key);
key               115 lib/widget/dialog.h void dlg_process_event (WDialog * h, int key, Gpm_Event * event);
key               498 lib/widget/group.c group_handle_key (WGroup *g, int key)
key               503 lib/widget/group.c     handled = send_message (g, NULL, MSG_HOTKEY, key, NULL);
key               507 lib/widget/group.c         handled = send_message (g->current->data, NULL, MSG_KEY, key, NULL);
key               511 lib/widget/group.c         handled = send_message (g, g->current->data, MSG_UNHANDLED_KEY, key, NULL);
key               519 lib/widget/group.c group_handle_hotkey (WGroup *g, int key)
key               542 lib/widget/group.c         if (key >= 32 && key < 256)
key               547 lib/widget/group.c     c = key & ~ALT (0);
key               548 lib/widget/group.c     if (key & ALT (0) && g_ascii_isalpha (c))
key               549 lib/widget/group.c         key = g_ascii_tolower (c);
key               552 lib/widget/group.c         handled = send_message (w, NULL, MSG_HOTKEY, key, NULL);
key               566 lib/widget/group.c             handled = send_message (w, NULL, MSG_HOTKEY, key, NULL);
key              1090 lib/widget/input.c input_handle_char (WInput *in, int key)
key              1098 lib/widget/input.c         v = insert_char (in, key);
key              1104 lib/widget/input.c     command = widget_lookup_key (WIDGET (in), key);
key              1107 lib/widget/input.c         if (key > 255)
key              1112 lib/widget/input.c         v = insert_char (in, key);
key                92 lib/widget/input.h cb_ret_t input_handle_char (WInput * in, int key);
key               201 lib/widget/listbox.c listbox_check_hotkey (WListbox *l, int key)
key               212 lib/widget/listbox.c             if (e->hotkey == key)
key               344 lib/widget/listbox.c listbox_key (WListbox *l, int key)
key               352 lib/widget/listbox.c     if (key >= '0' && key <= '9')
key               354 lib/widget/listbox.c         listbox_set_current (l, key - '0');
key               358 lib/widget/listbox.c     command = widget_lookup_key (WIDGET (l), key);
key               606 lib/widget/menu.c menubar_handle_key (WMenuBar *menubar, int key)
key               611 lib/widget/menu.c     cmd = widget_lookup_key (WIDGET (menubar), key);
key               619 lib/widget/menu.c             ret = menubar_try_exec_menu (menubar, key);
key               621 lib/widget/menu.c             ret = menubar_try_drop_menu (menubar, key);
key               110 lib/widget/radio.c radio_key (WRadio *r, int key)
key               114 lib/widget/radio.c     command = widget_lookup_key (WIDGET (r), key);
key               668 lib/widget/widget-common.c widget_lookup_key (Widget *w, int key)
key               673 lib/widget/widget-common.c         return keybind_lookup_keymap_command (w->ext_keymap, key);
key               676 lib/widget/widget-common.c     return keybind_lookup_keymap_command (w->keymap, key);
key               226 lib/widget/widget-common.h long widget_lookup_key (Widget * w, int key);
key              3200 src/diffviewer/ydiff.c dview_handle_key (WDiff *dview, int key)
key              3205 src/diffviewer/ydiff.c     key = convert_from_input_c (key);
key              3208 src/diffviewer/ydiff.c     command = widget_lookup_key (WIDGET (dview), key);
key               136 src/editor/edit-impl.h gboolean edit_drop_hotkey_menu (WDialog * h, int key);
key               302 src/editor/editmenu.c edit_drop_hotkey_menu (WDialog *h, int key)
key               305 src/editor/editmenu.c     switch (key)
key                74 src/editor/spell.c static int (*mc_aspell_config_replace) (AspellConfig * ths, const char *key, const char *value);
key                85 src/editor/spell.c static const char *(*mc_aspell_config_retrieve) (AspellConfig * ths, const char *key);
key               175 src/editor/syntax.c mc_defines_destroy (gpointer key, gpointer value, gpointer data)
key               179 src/editor/syntax.c     g_free (key);
key              1196 src/editor/syntax.c             char *key = *a++;
key              1201 src/editor/syntax.c             argv = g_tree_lookup (edit->defines, key);
key              1205 src/editor/syntax.c                 key = g_strdup (key);
key              1208 src/editor/syntax.c             g_tree_insert (edit->defines, key, argv);
key               754 src/filemanager/chattr.c chattrboxes_key (WChattrBoxes *cb, int key)
key               758 src/filemanager/chattr.c     command = widget_lookup_key (WIDGET (cb), key);
key               491 src/filemanager/hotlist.c hotlist_handle_key (WDialog *h, int key)
key               493 src/filemanager/hotlist.c     switch (key)
key              3814 src/filemanager/panel.c panel_key (WPanel *panel, int key)
key              3818 src/filemanager/panel.c     if (is_abort_char (key))
key              3824 src/filemanager/panel.c     if (panel->quick_search.active && ((key >= ' ' && key <= 255) || key == KEY_BACKSPACE))
key              3826 src/filemanager/panel.c         do_search (panel, key);
key              3830 src/filemanager/panel.c     command = widget_lookup_key (WIDGET (panel), key);
key              3834 src/filemanager/panel.c     if (panels_options.torben_fj_mode && key == ALT ('h'))
key              3840 src/filemanager/panel.c     if (!command_prompt && ((key >= ' ' && key <= 255) || key == KEY_BACKSPACE))
key              3843 src/filemanager/panel.c         do_search (panel, key);
key               656 src/filemanager/tree.c tree_do_search (WTree *tree, int key)
key               660 src/filemanager/tree.c     if (tree->search_buffer->len != 0 && key == KEY_BACKSPACE)
key               662 src/filemanager/tree.c     else if (key != 0)
key               663 src/filemanager/tree.c         g_string_append_c (tree->search_buffer, (gchar) key);
key              1069 src/filemanager/tree.c tree_key (WTree *tree, int key)
key              1073 src/filemanager/tree.c     if (is_abort_char (key))
key              1086 src/filemanager/tree.c     if (tree->searching && ((key >= ' ' && key <= 255) || key == KEY_BACKSPACE))
key              1088 src/filemanager/tree.c         tree_do_search (tree, key);
key              1093 src/filemanager/tree.c     command = widget_lookup_key (WIDGET (tree), key);
key              1108 src/filemanager/tree.c     if (!command_prompt && ((key >= ' ' && key <= 255) || key == KEY_BACKSPACE))
key              1111 src/filemanager/tree.c         tree_do_search (tree, key);
key               857 src/help.c     help_handle_key (WDialog *h, int key)
key               862 src/help.c         command = widget_lookup_key (w, key);
key                92 src/keymap.c       const char *key;
key               633 src/keymap.c       for (i = 0; k[i].key != NULL; i++)
key               634 src/keymap.c           mc_config_set_string_raw (keymap, section, k[i].key, k[i].value);
key               264 src/learn.c        const key_code_name_t *key;
key               286 src/learn.c        for (key = key_name_conv_tab, learn_total = 0;
key               287 src/learn.c             key->name != NULL && strcmp (key->name, "kpleft") != 0; key++, learn_total++)
key               235 src/setup.c        const char *key;
key              1159 src/setup.c        for (i = 0; list_formats[i].key != NULL; i++)
key              1160 src/setup.c            if (g_ascii_strcasecmp (list_formats[i].key, buffer) == 0)
key              1210 src/setup.c        for (i = 0; list_formats[i].key != NULL; i++)
key              1214 src/setup.c                                      list_formats[i].key);
key               447 src/vfs/sfs/sfs.c     char key[256];
key               463 src/vfs/sfs/sfs.c     while (sfs_no < MAXFS && fgets (key, sizeof (key), cfg) != NULL)
key               468 src/vfs/sfs/sfs.c         if (*key == '#' || *key == '\n')
key               471 src/vfs/sfs/sfs.c         for (c = key; *c != '\0'; c++)
key               486 src/vfs/sfs/sfs.c             fprintf (stderr, _("Warning: Invalid line in %s:\n%s\n"), "sfs.ini", key);
key               503 src/vfs/sfs/sfs.c                 fprintf (stderr, _("Warning: Invalid flag %c in %s:\n%s\n"), *c, "sfs.ini", key);
key               515 src/vfs/sfs/sfs.c         sfs_info[sfs_no].prefix = g_strdup (key);
key               204 src/viewer/actions_cmd.c mcview_handle_editkey (WView *view, int key)
key               219 src/viewer/actions_cmd.c         if (key >= '0' && key <= '9')
key               220 src/viewer/actions_cmd.c             hexvalue = 0 + (key - '0');
key               221 src/viewer/actions_cmd.c         else if (key >= 'A' && key <= 'F')
key               222 src/viewer/actions_cmd.c             hexvalue = 10 + (key - 'A');
key               223 src/viewer/actions_cmd.c         else if (key >= 'a' && key <= 'f')
key               224 src/viewer/actions_cmd.c             hexvalue = 10 + (key - 'a');
key               241 src/viewer/actions_cmd.c         if (key < 256 && key != '\t')
key               242 src/viewer/actions_cmd.c             byte_val = key;
key               572 src/viewer/actions_cmd.c mcview_lookup_key (WView *view, int key)
key               575 src/viewer/actions_cmd.c         return keybind_lookup_keymap_command (view->hex_keymap, key);
key               577 src/viewer/actions_cmd.c     return widget_lookup_key (WIDGET (view), key);
key               583 src/viewer/actions_cmd.c mcview_handle_key (WView *view, int key)
key               588 src/viewer/actions_cmd.c     key = convert_from_input_c (key);
key               592 src/viewer/actions_cmd.c         && mcview_handle_editkey (view, key) == MSG_HANDLED)
key               595 src/viewer/actions_cmd.c     command = mcview_lookup_key (view, key);
key               600 src/viewer/actions_cmd.c     if (key == 't')
key               606 src/viewer/actions_cmd.c     if (key >= '0' && key <= '9')
key               607 src/viewer/actions_cmd.c         view->marker = key - '0';