Searched refs:ESC (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-13-stable/contrib/less/
H A Ddecode.c71 ESC,'[','M',0, A_X11MOUSE_IN,
72 ESC,'[','<',0, A_X116MOUSE_IN,
80 ESC,'v',0, A_B_SCREEN,
84 ESC,' ',0, A_FF_SCREEN,
86 ESC,'F',0, A_F_UNTIL_HILITE,
91 ESC,'u',0, A_UNDO_SEARCH,
92 ESC,'U',0, A_CLR_SEARCH,
96 ESC,'<',0, A_GOLINE,
99 ESC,'[',0, A_LSHIFT,
100 ESC,']',
[all...]
H A Dless.h168 #define IS_CSI_START(c) (((LWCHAR)(c)) == ESC || (((LWCHAR)(c)) == CSI))
498 #define ESC CONTROL('[') macro
H A Dcharset.c453 else if (c == ESC)
454 strcpy(buf, "ESC");
485 if (ch == ESC)
486 strcpy(buf, "ESC");
H A Doutput.c131 (p_next = memchr(p_next, ESC, ob - p_next)) != NULL; )
134 if (p[1] == '[') /* "ESC-[" sequence */
146 p += 2; /* Skip the "ESC-[" */
151 * "ESC[m", which restores
H A Dlesskey.c39 * to specify \b, ESC, \n, \r or \t, respectively.
402 buf[0] = ESC;
H A Dscreen.c140 static char x11mousebuf[] = "[M???"; /* Mouse report, after ESC */
657 kill_char = ESC;
2857 currentKey.ascii = ESC;
/freebsd-13-stable/contrib/ntp/include/
H A Dascii.h68 #define ESC 27 macro
/freebsd-13-stable/lib/libiconv_modules/ISO2022/
H A Dcitrus_iso2022.c61 * ASCII (ESC ( B) 00000000 00000000 00000000 0xxxxxxx
62 * iso-8859-1 (ESC , A) 00000000 00000000 00000000 1xxxxxxx
63 * 94 charset (ESC ( F) 0fffffff 00000000 00000000 0xxxxxxx
64 * 94 charset (ESC ( M F) 0fffffff 1mmmmmmm 00000000 0xxxxxxx
65 * 96 charset (ESC , F) 0fffffff 00000000 00000000 1xxxxxxx
66 * 96 charset (ESC , M F) 0fffffff 1mmmmmmm 00000000 1xxxxxxx
67 * 94x94 charset (ESC $ ( F) 0fffffff 00000000 0xxxxxxx 0xxxxxxx
68 * 96x96 charset (ESC $ , F) 0fffffff 00000000 0xxxxxxx 1xxxxxxx
69 * 94x94 charset (ESC & V ESC
485 #define ESC macro
[all...]
/freebsd-13-stable/contrib/tcsh/
H A Dtw.h75 #define ESC CTL_ESC('\033') macro
H A Dsh.file.c53 #define ESC CTL_ESC('\033') macro
101 tchars.c_cc[VEOL] = ESC;
137 tchars.t_brkc = ESC;
707 command = (last_Char == ESC) ? RECOGNIZE : LIST;
711 if (last_Char == ESC)
/freebsd-13-stable/crypto/openssl/crypto/conf/
H A Dkeysets.pl18 my $ESC = 0x0020;
38 $v |= $ESC if $c =~ /\\/;
78 #define CONF_ESC $ESC
/freebsd-13-stable/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c105 #define ESC(escape) ((escape)->ch) macro
114 if (ESC(escape) == ch)
248 if (ESC(init) != ch)
257 ESC(init) != ch)
281 bit |= ESC(psenc->inuse) << 24;
369 psenc->ch[psenc->chlen++] = ESC(init);
375 psenc->ch[psenc->chlen++] = ESC(candidate);
412 psenc->ch[psenc->chlen++] = ESC(candidate);
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dtrim_sgr0.c46 #define ESC 033 /* ^[ */ macro
70 else if (s[0] == ESC && s[1] == L_BRACK)
/freebsd-13-stable/usr.bin/col/
H A Dcol.c69 #define ESC '\033' /* escape */ macro
73 #define RLF '7' /* ESC-7 reverse line feed */
74 #define RHLF '8' /* ESC-8 reverse half-line feed */
75 #define FHLF '9' /* ESC-9 forward half-line feed */
200 case ESC: /* just ignore EOF */
204 * XPG5 sequences ESC-digit and the
205 * traditional BSD sequences ESC-ctrl.
422 PUTC(ESC);
/freebsd-13-stable/usr.sbin/kbdcontrol/
H A Dlex.l108 ESC|esc { number = 27; return TNUM; }
/freebsd-13-stable/contrib/dialog/
H A Ddlg_keys.c311 if (dialog_key == ESC) {
333 ASCII_NAME(ESC, '\033'),
436 DIALOG_NAME(ESC),
H A Dui_getc.c491 ch = ESC;
496 ch = ESC;
H A Dinputstr.c534 case ESC:
625 if (key == ESC || key == ERR) {
H A Dtailbox.c279 case ESC:
H A Deditbox.c508 } else if (key == ESC) {
H A Dmenubox.c177 } else if (key == ESC || key == TAB) {
/freebsd-13-stable/lib/libc/gen/
H A Dgetcap.c56 #define ESC ('[' & 037) /* ASCII ESC */ macro
856 *mp++ = ESC;
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dgetcap.c58 #define ESC ('[' & 037) /* ASCII ESC */ macro
922 *mp++ = ESC;
/freebsd-13-stable/sys/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) {
/freebsd-13-stable/tools/lua/
H A Dtemplate.lua80 local ESC = byte("\27")
370 if byte(view, 1, 1) == ESC then return view end

Completed in 309 milliseconds

12