Home
last modified time | relevance | path

Searched refs:KEY_CLOSE (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/curses/
Dhas_key.py22 _curses.KEY_CLOSE: 'kclo',
/external/strace/xlat/
Devdev_keycode.in208 KEY_CLOSE
Devdev_keycode.h624 #if defined(KEY_CLOSE) || (defined(HAVE_DECL_KEY_CLOSE) && HAVE_DECL_KEY_CLOSE)
625 XLAT(KEY_CLOSE),
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h282 #define KEY_CLOSE 206 /* AC Close */ macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c152 [KEY_CLOSE] = "Close", [KEY_PLAY] = "Play",
/external/autotest/client/bin/input/
Dlinux_input.py394 KEY_CLOSE = 206 # AC Close variable
/external/python/cpython2/Doc/library/
Dcurses.rst1345 | ``KEY_CLOSE`` | Close |