Searched refs:KEY_F13 (Results 1 – 14 of 14) sorted by relevance
110 KEY_F13, // The F13 key enumerator
247 case KEY_F13: in KeyName()
41 _curses.KEY_F13: 'kf13',
215 #define KEY_F13 183 macro
264 #define KEY_F13 183 macro
131 return KEY_F13; in X11CodeToKey()
143 [KEY_KPRIGHTPAREN] = "KPRightParenthesis", [KEY_F13] = "F13",
1280 #if defined(KEY_F13) || (defined(HAVE_DECL_KEY_F13) && HAVE_DECL_KEY_F13)1282 static_assert((KEY_F13) == (183), "KEY_F13 != 183");1285 # define KEY_F13 1834031 [KEY_F13] = XLAT(KEY_F13),
189 KEY_F13 183
381 KEY_F13 = 183 variable
122 return KEY_F13; in VirtualKeyCodeToKey()
226 pub const KEY_F13: u16 = 183; constant
273 return KEY_F13;