key_code           90 lib/tty/tty-slang.c     int key_code;
key_code          176 lib/tty/tty-slang.c     for (i = 0; key_table[i].key_code; i++)
key_code          177 lib/tty/tty-slang.c         do_define_key (key_table[i].key_code, key_table[i].key_name);
key_code          639 src/setup.c            const int key_code = tty_keyname_to_keycode (*profile_keys, NULL);
key_code          641 src/setup.c            if (key_code != 0)
key_code          653 src/setup.c                        define_sequence (key_code, valcopy, MCKEY_NOACTION);
key_code          663 src/setup.c                    define_sequence (key_code, valcopy, MCKEY_NOACTION);