key_code           94 lib/tty/tty-slang.c     int key_code;
key_code          219 lib/tty/tty-slang.c     for (i = 0; key_table[i].key_code; i++)
key_code          220 lib/tty/tty-slang.c         do_define_key (key_table[i].key_code, key_table[i].key_name);
key_code          634 src/setup.c            const int key_code = tty_keyname_to_keycode (*profile_keys, NULL);
key_code          636 src/setup.c            if (key_code != 0)
key_code          648 src/setup.c                        define_sequence (key_code, valcopy, MCKEY_NOACTION);
key_code          658 src/setup.c                    define_sequence (key_code, valcopy, MCKEY_NOACTION);