Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/vt/
Ddefkeymap.map15 keycode 1 = Escape Escape
24 control keycode 4 = Escape
68 control keycode 26 = Escape
/linux-6.12.1/rust/
Dbindgen_parameters14 # commit 2aed6b021680 ("context: Escape the try keyword properly").
/linux-6.12.1/Documentation/translations/zh_TW/admin-guide/
Dunicode.rst32 映射代號 映射名稱 Escape代碼 (G0)
/linux-6.12.1/Documentation/translations/zh_CN/admin-guide/
Dunicode.rst29 映射代号 映射名称 Escape代码 (G0)
/linux-6.12.1/tools/build/
DBuild.include36 # Escape single quote for use in echo statements
/linux-6.12.1/arch/m68k/hp300/
Dhp300map.map44 keycode 31 = Escape Delete
/linux-6.12.1/Documentation/admin-guide/
Dunicode.rst23 Map symbol Map name Escape code (G0)
/linux-6.12.1/scripts/
DKbuild.include56 # Escape single quote for use in echo statements
/linux-6.12.1/arch/arm64/boot/dts/rockchip/
Drk3588-toybrick-x0.dts52 label = "Escape";
Drk3588-evb1-v10.dts54 label = "Escape";
/linux-6.12.1/arch/x86/kvm/
Demulate.c129 #define Escape (5<<15) /* Escape to coprocessor instruction */ macro
3963 #define E(_f, _e) { .flags = ((_f) | Escape | ModRM), .u.esc = (_e) }
4901 case Escape: in x86_decode_insn()