Home
last modified time | relevance | path

Searched refs:KEY_SEND (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Lib/curses/
Dhas_key.py133 _curses.KEY_SEND: 'kEND',
/external/python/cpython2/Lib/curses/
Dhas_key.py133 _curses.KEY_SEND: 'kEND',
/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h262 #define KEY_SEND 231 /* AC Send */ macro
/external/libxkbcommon/xkbcommon/test/data/keycodes/
Devdev269 <I239> = 239; // #define KEY_SEND 231
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h310 #define KEY_SEND 231 /* AC Send */ macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h311 #define KEY_SEND 231 /* AC Send */ macro
/external/strace/xlat/
Devdev_keycode.h1581 #if defined(KEY_SEND) || (defined(HAVE_DECL_KEY_SEND) && HAVE_DECL_KEY_SEND)
1583 static_assert((KEY_SEND) == (231), "KEY_SEND != 231");
1586 # define KEY_SEND 231
4078 [KEY_SEND] = XLAT(KEY_SEND),
Devdev_keycode.in236 KEY_SEND 231
/external/autotest/client/bin/input/
Dlinux_input.py422 KEY_SEND = 231 # AC Send variable
/external/python/cpython2/Doc/library/
Dcurses.rst1453 | ``KEY_SEND`` | Shifted End |
/external/python/cpython3/Doc/library/
Dcurses.rst1503 | ``KEY_SEND`` | Shifted End |