key 412 lib/keybind.c keymap_add (GArray * keymap, long key, long cmd, const char *caption) key 414 lib/keybind.c if (key != 0 && cmd != CK_IgnoreKey) key 418 lib/keybind.c new_bind.key = key; key 433 lib/keybind.c long key; key 435 lib/keybind.c key = lookup_key (keybind, &caption); key 436 lib/keybind.c keymap_add (keymap, key, action, caption); key 445 lib/keybind.c const name_keymap_t key = { name, 0 }; key 450 lib/keybind.c res = bsearch (&key, command_names, num_command_names, key 479 lib/keybind.c for (i = 0; keymap[i].key != 0; i++) key 489 lib/keybind.c keybind_lookup_keymap_command (const global_keymap_t * keymap, long key) key 495 lib/keybind.c for (i = 0; keymap[i].key != 0; i++) key 496 lib/keybind.c if (keymap[i].key == key) key 368 lib/keybind.h long key; key 381 lib/keybind.h long keybind_lookup_keymap_command (const global_keymap_t * keymap, long key); key 126 lib/mcconfig/history.c char key[BUF_TINY]; key 129 lib/mcconfig/history.c g_snprintf (key, sizeof (key), "%lu", (unsigned long) i); key 130 lib/mcconfig/history.c this_entry = mc_config_get_string_raw (cfg, name, key, ""); key 193 lib/mcconfig/history.c char key[BUF_TINY]; key 200 lib/mcconfig/history.c g_snprintf (key, sizeof (key), "%d", i++); key 203 lib/mcconfig/history.c mc_config_set_string_raw (cfg, name, key, text); key 208 lib/mcconfig/history.c mc_config_set_string_raw (cfg, name, key, text); key 210 lib/mcconfig/history.c mc_config_set_string_raw (cfg, name, key, buffer->str); key 48 lib/skin/colors-old.c const char *key; key 121 lib/skin/colors-old.c mc_skin_colors_old_transform (const char *old_color, const char **group, const char **key) key 137 lib/skin/colors-old.c if (key != NULL) key 138 lib/skin/colors-old.c *key = res->key; key 49 lib/skin/colors.c mc_skin_color_get_from_hash (mc_skin_t * mc_skin, const gchar * group, const gchar * key) key 54 lib/skin/colors.c if (group == NULL || key == NULL) key 60 lib/skin/colors.c g_snprintf (kname, sizeof (kname), "%s.%s", group, key); key 70 lib/skin/colors.c mc_skin_color_remove_from_hash (mc_skin_t * mc_skin, const gchar * group, const gchar * key) key 73 lib/skin/colors.c if (group == NULL || key == NULL) key 79 lib/skin/colors.c g_snprintf (kname, sizeof (kname), "%s.%s", group, key); key 87 lib/skin/colors.c mc_skin_color_add_to_hash (mc_skin_t * mc_skin, const gchar * group, const gchar * key, key 92 lib/skin/colors.c kname = g_strdup_printf ("%s.%s", group, key); key 179 lib/skin/colors.c mc_skin_color_get_from_ini_file (mc_skin_t * mc_skin, const gchar * group, const gchar * key) key 185 lib/skin/colors.c values = mc_config_get_string_list (mc_skin->config, group, key, &items_count); key 200 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 916 lib/strutil/strutil.c str_release_key (char *key, gboolean case_sen) key 918 lib/strutil/strutil.c used_class.release_key (key, case_sen); key 794 lib/strutil/strutil8bit.c str_8bit_release_key (char *key, gboolean case_sen) key 797 lib/strutil/strutil8bit.c g_free (key); key 691 lib/strutil/strutilascii.c str_ascii_release_key (char *key, gboolean case_sen) key 693 lib/strutil/strutilascii.c (void) key; key 1357 lib/strutil/strutilutf8.c char *fold, *key; key 1375 lib/strutil/strutilutf8.c key = keygen (fold, -1); key 1376 lib/strutil/strutilutf8.c g_string_append (fixed, key); key 1377 lib/strutil/strutilutf8.c g_free (key); key 1394 lib/strutil/strutilutf8.c key = keygen (fold, -1); key 1395 lib/strutil/strutilutf8.c g_string_append (fixed, key); key 1396 lib/strutil/strutilutf8.c g_free (key); key 1405 lib/strutil/strutilutf8.c key = keygen (fold, -1); key 1406 lib/strutil/strutilutf8.c g_string_append (fixed, key); key 1407 lib/strutil/strutilutf8.c g_free (key); key 1446 lib/strutil/strutilutf8.c str_utf8_release_key (char *key, gboolean case_sen) key 1449 lib/strutil/strutilutf8.c g_free (key); key 69 lib/tty/color-ncurses.c int *attr, *key; key 75 lib/tty/color-ncurses.c key = g_try_new (int, 1); key 76 lib/tty/color-ncurses.c if (key == NULL) key 82 lib/tty/color-ncurses.c *key = color_pair; key 85 lib/tty/color-ncurses.c g_hash_table_replace (mc_tty_color_color_pair_attrs, (gpointer) key, (gpointer) attr); key 68 lib/tty/color.c tty_color_free_condition_cb (gpointer key, gpointer value, gpointer user_data) key 72 lib/tty/color.c (void) key; key 91 lib/tty/color.c tty_color_get_next_cpn_cb (gpointer key, gpointer value, gpointer user_data) key 95 lib/tty/color.c (void) key; key 1259 lib/tty/key.c const key_code_name_t key = { 0, name, NULL, NULL }; key 1260 lib/tty/key.c const key_code_name_t *keyp = &key; key 1292 lib/tty/key.c const key_code_name_t key = { code, NULL, NULL, NULL }; key 1293 lib/tty/key.c const key_code_name_t *keyp = &key; key 1453 lib/tty/key.c int key = 0; key 1473 lib/tty/key.c key = lookup_keyname (g_strstrip (*p), &idx); key 1475 lib/tty/key.c if (key == KEY_M_ALT) key 1477 lib/tty/key.c else if (key == KEY_M_CTRL) key 1479 lib/tty/key.c else if (key == KEY_M_SHIFT) key 1483 lib/tty/key.c k = key; key 1533 lib/tty/key.c g_string_append_c (s, (gchar) g_ascii_tolower ((gchar) key)); key 2155 lib/tty/key.c int key; key 2158 lib/tty/key.c while ((key = tty_get_event (&ev, FALSE, TRUE)) == EV_NONE) key 2160 lib/tty/key.c return key; key 180 lib/tty/tty-slang.c int key; key 184 lib/tty/tty-slang.c for (key = 1; key < 9; key++) key 188 lib/tty/tty-slang.c g_snprintf (tmp, sizeof (tmp), "k%d", key); key 192 lib/tty/tty-slang.c g_snprintf (tmp, sizeof (tmp), ESC_STR "&f%dk%dd%dL%s%s", key, key 523 lib/widget/dialog.c dlg_process_event (WDialog * h, int key, Gpm_Event * event) key 525 lib/widget/dialog.c switch (key) key 541 lib/widget/dialog.c dlg_key_event (h, key); key 113 lib/widget/dialog.h void dlg_process_event (WDialog * h, int key, Gpm_Event * event); key 429 lib/widget/group.c group_handle_key (WGroup * g, int key) key 434 lib/widget/group.c handled = send_message (g, NULL, MSG_HOTKEY, key, NULL); key 438 lib/widget/group.c handled = send_message (g->current->data, NULL, MSG_KEY, key, NULL); key 442 lib/widget/group.c handled = send_message (g, g->current->data, MSG_UNHANDLED_KEY, key, NULL); key 450 lib/widget/group.c group_handle_hotkey (WGroup * g, int key) key 473 lib/widget/group.c if (key >= 32 && key < 256) key 478 lib/widget/group.c c = key & ~ALT (0); key 479 lib/widget/group.c if (key & ALT (0) && g_ascii_isalpha (c)) key 480 lib/widget/group.c key = g_ascii_tolower (c); key 483 lib/widget/group.c handled = send_message (w, NULL, MSG_HOTKEY, key, NULL); key 497 lib/widget/group.c handled = send_message (w, NULL, MSG_HOTKEY, key, NULL); key 1126 lib/widget/input.c input_handle_char (WInput * in, int key) key 1134 lib/widget/input.c v = insert_char (in, key); key 1140 lib/widget/input.c command = widget_lookup_key (WIDGET (in), key); key 1143 lib/widget/input.c if (key > 255) key 1148 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 196 lib/widget/listbox.c listbox_check_hotkey (WListbox * l, int key) key 207 lib/widget/listbox.c if (e->hotkey == key) key 339 lib/widget/listbox.c listbox_key (WListbox * l, int key) key 347 lib/widget/listbox.c if (key >= '0' && key <= '9') key 349 lib/widget/listbox.c listbox_select_entry (l, key - '0'); key 353 lib/widget/listbox.c command = widget_lookup_key (WIDGET (l), key); key 590 lib/widget/menu.c menubar_handle_key (WMenuBar * menubar, int key) key 595 lib/widget/menu.c cmd = widget_lookup_key (WIDGET (menubar), key); key 603 lib/widget/menu.c ret = menubar_try_exec_menu (menubar, key); key 605 lib/widget/menu.c ret = menubar_try_drop_menu (menubar, key); key 108 lib/widget/radio.c radio_key (WRadio * r, int key) key 112 lib/widget/radio.c command = widget_lookup_key (WIDGET (r), key); key 664 lib/widget/widget-common.c widget_lookup_key (Widget * w, int key) key 669 lib/widget/widget-common.c return keybind_lookup_keymap_command (w->ext_keymap, key); key 672 lib/widget/widget-common.c return keybind_lookup_keymap_command (w->keymap, key); key 219 lib/widget/widget-common.h long widget_lookup_key (Widget * w, int key); key 3284 src/diffviewer/ydiff.c dview_handle_key (WDiff * dview, int key) key 3289 src/diffviewer/ydiff.c key = convert_from_input_c (key); key 3292 src/diffviewer/ydiff.c command = widget_lookup_key (WIDGET (dview), key); key 143 src/editor/edit-impl.h gboolean edit_drop_hotkey_menu (WDialog * h, int key); key 312 src/editor/editmenu.c edit_drop_hotkey_menu (WDialog * h, int key) key 315 src/editor/editmenu.c switch (key) key 61 src/editor/spell.c static int (*mc_aspell_config_replace) (AspellConfig * ths, const char *key, const char *value); key 72 src/editor/spell.c static const char *(*mc_aspell_config_retrieve) (AspellConfig * ths, const char *key); key 172 src/editor/syntax.c mc_defines_destroy (gpointer key, gpointer value, gpointer data) key 176 src/editor/syntax.c g_free (key); key 1184 src/editor/syntax.c char *key = *a++; key 1189 src/editor/syntax.c argv = g_tree_lookup (edit->defines, key); key 1193 src/editor/syntax.c key = g_strdup (key); key 1196 src/editor/syntax.c g_tree_insert (edit->defines, key, argv); key 757 src/filemanager/chattr.c chattrboxes_key (WChattrBoxes * cb, int key) key 761 src/filemanager/chattr.c command = widget_lookup_key (WIDGET (cb), key); key 496 src/filemanager/hotlist.c hotlist_handle_key (WDialog * h, int key) key 498 src/filemanager/hotlist.c switch (key) key 3592 src/filemanager/panel.c panel_key (WPanel * panel, int key) key 3596 src/filemanager/panel.c if (is_abort_char (key)) key 3602 src/filemanager/panel.c if (panel->quick_search.active && ((key >= ' ' && key <= 255) || key == KEY_BACKSPACE)) key 3604 src/filemanager/panel.c do_search (panel, key); key 3608 src/filemanager/panel.c command = widget_lookup_key (WIDGET (panel), key); key 3612 src/filemanager/panel.c if (panels_options.torben_fj_mode && key == ALT ('h')) key 3618 src/filemanager/panel.c if (!command_prompt && ((key >= ' ' && key <= 255) || key == KEY_BACKSPACE)) key 3621 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 1065 src/filemanager/tree.c tree_key (WTree * tree, int key) key 1069 src/filemanager/tree.c if (is_abort_char (key)) key 1082 src/filemanager/tree.c if (tree->searching && ((key >= ' ' && key <= 255) || key == KEY_BACKSPACE)) key 1084 src/filemanager/tree.c tree_do_search (tree, key); key 1089 src/filemanager/tree.c command = widget_lookup_key (WIDGET (tree), key); key 1104 src/filemanager/tree.c if (!command_prompt && ((key >= ' ' && key <= 255) || key == KEY_BACKSPACE)) key 1107 src/filemanager/tree.c tree_do_search (tree, key); key 849 src/help.c help_handle_key (WDialog * h, int key) key 854 src/help.c command = widget_lookup_key (w, key); key 85 src/keybind-defaults.c const char *key; key 629 src/keybind-defaults.c for (i = 0; k[i].key != NULL; i++) key 630 src/keybind-defaults.c mc_config_set_string_raw (keymap, section, k[i].key, k[i].value); key 262 src/learn.c const key_code_name_t *key; key 284 src/learn.c for (key = key_name_conv_tab, learn_total = 0; key 285 src/learn.c key->name != NULL && strcmp (key->name, "kpleft") != 0; key++, learn_total++) key 235 src/setup.c const char *key; key 1481 src/setup.c for (i = 0; list_formats[i].key != NULL; i++) key 1482 src/setup.c if (g_ascii_strcasecmp (list_formats[i].key, buffer) == 0) key 1524 src/setup.c for (i = 0; list_formats[i].key != NULL; i++) key 1528 src/setup.c list_formats[i].key); key 434 src/vfs/sfs/sfs.c char key[256]; key 450 src/vfs/sfs/sfs.c while (sfs_no < MAXFS && fgets (key, sizeof (key), cfg) != NULL) key 455 src/vfs/sfs/sfs.c if (*key == '#' || *key == '\n') key 458 src/vfs/sfs/sfs.c for (c = key; *c != '\0'; c++) key 473 src/vfs/sfs/sfs.c fprintf (stderr, _("Warning: Invalid line in %s:\n%s\n"), "sfs.ini", key); key 490 src/vfs/sfs/sfs.c fprintf (stderr, _("Warning: Invalid flag %c in %s:\n%s\n"), *c, "sfs.ini", key); key 502 src/vfs/sfs/sfs.c sfs_info[sfs_no].prefix = g_strdup (key); key 360 src/vfs/smbfs/helpers/include/proto.h void cred_hash1 (unsigned char *out, unsigned char *in, unsigned char *key); key 361 src/vfs/smbfs/helpers/include/proto.h void cred_hash2 (unsigned char *out, unsigned char *in, unsigned char *key); key 362 src/vfs/smbfs/helpers/include/proto.h void cred_hash3 (unsigned char *out, unsigned char *in, unsigned char *key, int forw); key 363 src/vfs/smbfs/helpers/include/proto.h void SamOEMhash (unsigned char *data, unsigned char *key, int val); key 199 src/vfs/smbfs/helpers/libsmb/smbdes.c dohash (char *out, char *in, char *key, int forw) key 211 src/vfs/smbfs/helpers/libsmb/smbdes.c permute (pk1, key, perm1, 56); key 283 src/vfs/smbfs/helpers/libsmb/smbdes.c str_to_key (unsigned char *str, unsigned char *key) key 287 src/vfs/smbfs/helpers/libsmb/smbdes.c key[0] = str[0] >> 1; key 288 src/vfs/smbfs/helpers/libsmb/smbdes.c key[1] = ((str[0] & 0x01) << 6) | (str[1] >> 2); key 289 src/vfs/smbfs/helpers/libsmb/smbdes.c key[2] = ((str[1] & 0x03) << 5) | (str[2] >> 3); key 290 src/vfs/smbfs/helpers/libsmb/smbdes.c key[3] = ((str[2] & 0x07) << 4) | (str[3] >> 4); key 291 src/vfs/smbfs/helpers/libsmb/smbdes.c key[4] = ((str[3] & 0x0F) << 3) | (str[4] >> 5); key 292 src/vfs/smbfs/helpers/libsmb/smbdes.c key[5] = ((str[4] & 0x1F) << 2) | (str[5] >> 6); key 293 src/vfs/smbfs/helpers/libsmb/smbdes.c key[6] = ((str[5] & 0x3F) << 1) | (str[6] >> 7); key 294 src/vfs/smbfs/helpers/libsmb/smbdes.c key[7] = str[6] & 0x7F; key 297 src/vfs/smbfs/helpers/libsmb/smbdes.c key[i] = (key[i] << 1); key 303 src/vfs/smbfs/helpers/libsmb/smbdes.c smbhash (unsigned char *out, unsigned char *in, unsigned char *key, int forw) key 311 src/vfs/smbfs/helpers/libsmb/smbdes.c str_to_key (key, key2); key 366 src/vfs/smbfs/helpers/libsmb/smbdes.c cred_hash1 (unsigned char *out, unsigned char *in, unsigned char *key) key 370 src/vfs/smbfs/helpers/libsmb/smbdes.c smbhash (buf, in, key, 1); key 371 src/vfs/smbfs/helpers/libsmb/smbdes.c smbhash (out, buf, key + 9, 1); key 375 src/vfs/smbfs/helpers/libsmb/smbdes.c cred_hash2 (unsigned char *out, unsigned char *in, unsigned char *key) key 380 src/vfs/smbfs/helpers/libsmb/smbdes.c smbhash (buf, in, key, 1); key 381 src/vfs/smbfs/helpers/libsmb/smbdes.c key2[0] = key[7]; key 386 src/vfs/smbfs/helpers/libsmb/smbdes.c cred_hash3 (unsigned char *out, unsigned char *in, unsigned char *key, int forw) key 390 src/vfs/smbfs/helpers/libsmb/smbdes.c smbhash (out, in, key, forw); key 391 src/vfs/smbfs/helpers/libsmb/smbdes.c key2[0] = key[7]; key 396 src/vfs/smbfs/helpers/libsmb/smbdes.c SamOEMhash (unsigned char *data, unsigned char *key, int val) key 413 src/vfs/smbfs/helpers/libsmb/smbdes.c j += (s_box[ind] + key[ind % 16]); key 221 src/viewer/actions_cmd.c mcview_handle_editkey (WView * view, int key) key 236 src/viewer/actions_cmd.c if (key >= '0' && key <= '9') key 237 src/viewer/actions_cmd.c hexvalue = 0 + (key - '0'); key 238 src/viewer/actions_cmd.c else if (key >= 'A' && key <= 'F') key 239 src/viewer/actions_cmd.c hexvalue = 10 + (key - 'A'); key 240 src/viewer/actions_cmd.c else if (key >= 'a' && key <= 'f') key 241 src/viewer/actions_cmd.c hexvalue = 10 + (key - 'a'); key 258 src/viewer/actions_cmd.c if (key < 256 && key != '\t') key 259 src/viewer/actions_cmd.c byte_val = key; key 594 src/viewer/actions_cmd.c mcview_lookup_key (WView * view, int key) key 597 src/viewer/actions_cmd.c return keybind_lookup_keymap_command (view->hex_keymap, key); key 599 src/viewer/actions_cmd.c return widget_lookup_key (WIDGET (view), key); key 605 src/viewer/actions_cmd.c mcview_handle_key (WView * view, int key) key 610 src/viewer/actions_cmd.c key = convert_from_input_c (key); key 614 src/viewer/actions_cmd.c && mcview_handle_editkey (view, key) == MSG_HANDLED) key 617 src/viewer/actions_cmd.c command = mcview_lookup_key (view, key); key 628 src/viewer/actions_cmd.c if (key >= '0' && key <= '9') key 629 src/viewer/actions_cmd.c view->marker = key - '0';