Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dat91-wb50n.dts24 linux,code = <1>; /* ESC button */
H A Dintegratorap-im-pd1.dts113 label = "ESC";
H A Dimx6dl-prtvt7.dts39 label = "GPIO Key ESC";
/f-stack/freebsd/contrib/device-tree/Bindings/display/
H A Dbrcm,bcm2835-dsi0.yaml27 - description: The DSI ESC clock
H A Dbrcm,bcm-vc4.txt71 b) escape: The DSI ESC clock from CPRMAN
/f-stack/freebsd/contrib/device-tree/Bindings/gpio/
H A Dmicrochip,pic32-gpio.txt45 label = "ESC";
H A Dgpio_oxnas.txt43 label = "ESC";
/f-stack/freebsd/contrib/device-tree/src/mips/pic32/
H A Dpic32mzda_sk.dts59 label = "ESC";
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Dcros-ec-keyb.txt36 /* N = R_ALT ESC */
/f-stack/freebsd/contrib/zlib/doc/
H A Dtxtvsbin.txt44 7 (BEL), 8 (BS), 11 (VT), 12 (FF), 26 (SUB), 27 (ESC).
65 7 (BEL), 8 (BS), 11 (VT), 12 (FF), 26 (SUB) and 27 (ESC); but these
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c171 ESC = 27, /* Escape */ enumerator
279 if (buf[0] != ESC || buf[1] != '[') return -1; in getCursorPosition()
866 case ESC: /* escape sequence */ in linenoiseEdit()
/f-stack/freebsd/amd64/amd64/
H A Ddb_disasm.c52 #define ESC 9 macro
323 /*38*/ { "", FALSE, ESC, 0, db_inst_0f38 },
700 /*0f*/ { "", FALSE, ESC, 0, db_inst_0f },
1337 while (ip->i_size == ESC) { in db_disasm()