Searched refs:KEY_DELETE (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/dev/gpio/ |
H A D | gpiokeys_codes.c | 127 { KEY_DELETE, GPIOKEY_E0(83)},
|
/freebsd/stand/lua/ |
H A D | password.lua | 66 if ch == core.KEY_BACKSPACE or ch == core.KEY_DELETE then
|
H A D | core.lua | 95 core.KEY_DELETE = 127
|
H A D | menu.lua | 468 if (key == core.KEY_BACKSPACE or key == core.KEY_DELETE) and
|
/freebsd/sys/dev/evdev/ |
H A D | evdev_utils.c | 62 KEY_DELETE, KEY_END, KEY_PAGEDOWN, KEY_RIGHT, 175 KEY_DOWN, KEY_PAGEDOWN, KEY_INSERT, KEY_DELETE,
|
H A D | input-event-codes.h | 198 #define KEY_DELETE 111 macro
|
/freebsd/usr.sbin/bluetooth/bthidd/ |
H A D | btuinput.c | 92 KEY_DELETE, KEY_END, KEY_PAGEDOWN, KEY_RIGHT, 286 [0x26a] = KEY_DELETE,
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/ |
H A D | cros-ec-keyboard.h | 143 MATRIX_KEY(0x02, 0x09, KEY_DELETE) /* 76 (Numpad) */ \
|
H A D | linux-event-codes.h | 186 #define KEY_DELETE 111 macro
|
/freebsd/sys/dev/hid/ |
H A D | hcons.c | 208 HCONS_MAP_KEY(0x26a, KEY_DELETE),
|
/freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
H A D | tegra20-harmony.dts | 513 MATRIX_KEY(0x0D, 0x01, KEY_DELETE)
|
H A D | tegra20-seaboard.dts | 594 MATRIX_KEY(0x0D, 0x01, KEY_DELETE)
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 92 #define KEY_DELETE 127 macro 1277 case KEY_DELETE: in FieldDelegateHandleChar()
|