Home
last modified time | relevance | path

Searched refs:Escape (Results 1 – 12 of 12) sorted by relevance

/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-appletb-kbd9 0 Escape key only
/linux/drivers/tty/vt/
H A Ddefkeymap.map15 keycode 1 = Escape Escape
24 control keycode 4 = Escape
68 control keycode 26 = Escape
/linux/rust/
H A Dbindgen_parameters19 # commit 2aed6b021680 ("context: Escape the try keyword properly").
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dunicode.rst32 映射代號 映射名稱 Escape代碼 (G0)
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dunicode.rst29 映射代号 映射名称 Escape代码 (G0)
/linux/arch/m68k/hp300/
H A Dhp300map.map44 keycode 31 = Escape Delete
/linux/Documentation/admin-guide/
H A Dunicode.rst23 Map symbol Map name Escape code (G0)
/linux/scripts/
H A DKbuild.include56 # Escape single quote for use in echo statements
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3588-toybrick-x0.dts52 label = "Escape";
H A Drk3588s-evb1-v10.dts37 label = "Escape";
H A Drk3588-evb1-v10.dts55 label = "Escape";
/linux/arch/x86/kvm/
H A Demulate.c128 #define Escape (5<<15) /* Escape to coprocessor instruction */ macro
3946 #define E(_f, _e) { .flags = ((_f) | Escape | ModRM), .u.esc = (_e) }
5028 case Escape: in x86_decode_insn()