HomeSort by: relevance | last modified time | path
    Searched defs:ESC (Results 1 - 25 of 25) sorted by relevancy

  /src/games/robots/
move.c 48 #define ESC '\033'
114 if (c == ESC)
  /src/sys/arch/hp300/stand/common/
kbdmap.h 34 #define ESC '\033'
  /src/external/bsd/less/dist/lesstest/
lt_types.h 15 #define ESC '\33'
  /src/external/gpl2/texinfo/dist/info/
infomap.h 29 #define ESC '\033'
  /src/external/mit/libuv/dist/test/
test-tty-duplicate-key.c 32 #define ESC "\x1b"
167 * libuv has chosen to emit ESC[[A, but other terminals, and even
170 expect_str = ESC"[[A";
227 expect_str = ESC"OP";
280 expect_str = ESC"a"ESC"a";
test-tty-escape-sequence-processing.c 33 #define ESC "\033"
34 #define CSI ESC "["
35 #define ST ESC "\\"
1282 snprintf(buffer, sizeof(buffer), "%s7", ESC);
1290 snprintf(buffer, sizeof(buffer), "%s8", ESC);
1331 snprintf(buffer, sizeof(buffer), "%sc", ESC);
1427 /* ESC Single-char control does not output anyghing */
1440 /* Nothing is output from ESC + ^, _, P, ] to BEL or ESC \ */
1447 snprintf(buffer, sizeof(buffer), "%s]0;%s%s%s", ESC, HELLO, BEL, HELLO)
    [all...]
  /src/sys/arch/bebox/stand/boot/
video.c 55 ESC, /* saw ESC */
56 EBRAC, /* saw ESC[ */
57 EBRACEQ /* saw ESC[= */
142 d->state = ESC;
183 case ESC:
vga.c 61 ESC, /* saw ESC */
62 EBRAC, /* saw ESC[ */
63 EBRACEQ /* saw ESC[= */
166 d->state = ESC;
277 case '=': /* ESC[= color change */
366 case ESC:
374 case '[': /* Start ESC [ sequence */
  /src/external/bsd/ntp/dist/include/
ascii.h 70 #define ESC 27
  /src/sys/arch/prep/stand/boot/
vga.c 63 ESC, /* saw ESC */
64 EBRAC, /* saw ESC[ */
65 EBRACEQ /* saw ESC[= */
168 d->state = ESC;
279 case '=': /* ESC[= color change */
368 case ESC:
376 case '[': /* Start ESC [ sequence */
  /src/external/bsd/less/dist/
lesskey_parse.c 21 #define ESC CONTROL('[')
225 return char_string(buf, ESC, 1);
less.h 181 #define IS_CSI_START(c) (((LWCHAR)(c)) == ESC || (((LWCHAR)(c)) == CSI))
536 #define ESC CONTROL('[')
  /src/external/gpl3/gdb/dist/readline/readline/
chardefs.h 160 #ifdef ESC
161 #undef ESC
163 #define ESC CTRL('[')
  /src/external/gpl3/gdb.old/dist/readline/readline/
chardefs.h 159 #ifdef ESC
160 #undef ESC
162 #define ESC CTRL('[')
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getcap.c 57 #define ESC ('[' & 037) /* ASCII ESC */
786 *mp++ = ESC;
  /src/bin/csh/
file.c 78 #define ESC '\033'
119 tchars.c_cc[VEOL] = ESC;
662 command = (last_Char == ESC) ? RECOGNIZE : LIST;
666 if (last_Char == ESC)
  /src/lib/libc/citrus/modules/
citrus_hz.c 103 #define ESC(escape) ((escape)->ch)
114 if (ESC(escape) == ch)
277 if (ESC(init) != ch)
286 ESC(init) != ch)
311 bit |= ESC(psenc->inuse) << 24;
406 psenc->ch[psenc->chlen++] = ESC(init);
412 psenc->ch[psenc->chlen++] = ESC(candidate);
454 psenc->ch[psenc->chlen++] = ESC(candidate);
citrus_iso2022.c 61 * 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 $ ( F
    [all...]
  /src/lib/libc/gen/
getcap.c 84 #define ESC ('[' & 037) /* ASCII ESC */
987 *mp++ = ESC;
  /src/sys/arch/amiga/dev/
kbdmap.h 59 #define ESC 27
  /src/sys/arch/atari/dev/
kbdmap.h 63 #define ESC 27
  /src/sys/arch/x68k/include/
kbdmap.h 33 #define ESC 27
  /src/sys/arch/x68k/usr.bin/loadkmap/
kbdmap.h 30 #define ESC 27
  /src/usr.bin/col/
col.c 71 #define ESC '\033' /* escape */
75 #define RLF '7' /* ESC-7 reverse line feed */
76 #define RHLF '8' /* ESC-8 reverse half-line feed */
77 #define FHLF '9' /* ESC-9 forward half-line feed */
196 case ESC: /* just ignore EOF */
200 * XPG5 sequences ESC-digit and the
201 * traditional BSD sequences ESC-ctrl.
418 PUTC(ESC);
  /src/external/bsd/ekermit/dist/
kermit.h 150 #define ESC 033 /* Escape */

Completed in 28 milliseconds