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

12

/haiku-fatelf/src/bin/bash/lib/sh/
H A Dstrtrans.c33 #ifdef ESC
34 #undef ESC macro
36 #define ESC '\033' /* ASCII */ macro
76 case 'e': case 'E': /* ESC -- non-ANSI */
77 c = ESC; break;
196 case ESC: c = 'E'; break;
/haiku-fatelf/src/bin/less/
H A Ddecode.c76 ESC,'v',0, A_B_SCREEN,
80 ESC,' ',0, A_FF_SCREEN,
86 ESC,'u',0, A_UNDO_SEARCH,
90 ESC,'<',0, A_GOLINE,
93 ESC,'[',0, A_LSHIFT,
94 ESC,']',0, A_RSHIFT,
95 ESC,'(',0, A_LSHIFT,
96 ESC,')',0, A_RSHIFT,
105 ESC,CONTROL('F'),0, A_F_BRACKET,
106 ESC,CONTRO
[all...]
H A Dless.h162 #define IS_CSI_START(c) ((c) == ESC || (!utf_mode && ((unsigned char)(c)) == CSI))
445 #define ESC CONTROL('[') macro
H A Doutput.c151 (p_next = memchr(p_next, ESC, ob - p_next)) != NULL; )
154 if (p[1] == '[') /* "ESC-[" sequence */
166 p += 2; /* Skip the "ESC-[" */
171 * "ESC[m", which restores
H A Dlesskey.c40 * to specify \b, ESC, \n, \r or \t, respectively.
394 buf[0] = ESC;
H A Dcharset.c427 else if (c == ESC)
428 strcpy(buf, "ESC");
459 if (ch == ESC)
460 strcpy(buf, "ESC");
/haiku-fatelf/src/libs/iconv/
H A Diso2022_cnext.h27 #define ESC 0x1b macro
72 if (c == ESC) {
337 r[0] = ESC;
367 r[0] = ESC;
392 r[0] = ESC;
399 r[0] = ESC;
414 r[0] = ESC;
421 r[0] = ESC;
436 r[0] = ESC;
443 r[0] = ESC;
[all...]
H A Diso2022_jp.h27 #define ESC 0x1b macro
44 if (c == ESC) {
136 r[0] = ESC;
157 r[0] = ESC;
178 r[0] = ESC;
201 r[0] = ESC;
H A Diso2022_jp1.h27 #define ESC 0x1b macro
45 if (c == ESC) {
160 r[0] = ESC;
181 r[0] = ESC;
202 r[0] = ESC;
224 r[0] = ESC;
248 r[0] = ESC;
H A Diso2022_jp3.h27 #define ESC 0x1b macro
59 if (c == ESC) {
306 r[0] = ESC;
329 r[0] = ESC;
348 r[0] = ESC;
370 r[0] = ESC;
403 r[0] = ESC;
426 r[0] = ESC;
439 r[0] = ESC;
477 r[0] = ESC;
[all...]
H A Diso2022_cn.h27 #define ESC 0x1b macro
62 if (c == ESC) {
219 r[0] = ESC;
249 r[0] = ESC;
274 r[0] = ESC;
281 r[0] = ESC;
H A Diso2022_jp2.h26 /* ESC '(' 'I' for JISX0201 Katakana is an extension not found in RFC 1554 or
29 #define ESC 0x1b macro
62 if (c == ESC) {
409 r[0] = ESC;
440 r[0] = ESC;
446 r[0] = ESC;
464 r[0] = ESC;
470 r[0] = ESC;
492 r[0] = ESC;
517 r[0] = ESC;
[all...]
H A Diso2022_kr.h32 #define ESC 0x1b macro
61 if (c == ESC) {
173 r[0] = ESC;
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dchardefs.h159 #ifdef ESC
160 #undef ESC macro
162 #define ESC CTRL('[') macro
H A Dbind.c121 if (_rl_keymap[ESC].type == ISKMAP)
125 escmap = FUNCTION_TO_KEYMAP (_rl_keymap, ESC);
380 if (map[ESC].type == ISKMAP)
381 map = FUNCTION_TO_KEYMAP (map, ESC);
459 array[l++] = ESC; /* ESC is meta-prefix */
469 if (_rl_convert_meta_chars_to_ascii && _rl_keymap[ESC].type == ISKMAP)
470 array[l++] = ESC; /* ESC is meta-prefix */
511 array[l++] = ESC;
[all...]
H A Dreadline.c651 if (key == ESC)
656 if (key == ESC)
737 if (map[ESC].type == ISKMAP)
740 _rl_add_macro_char (ESC);
741 map = FUNCTION_TO_KEYMAP (map, ESC);
814 bound starting with ESC, generally the arrow keys. What we do is
819 if (rl_editing_mode == vi_mode && key == ESC && map == vi_insertion_keymap
H A Disearch.c361 value is "\033\012" (ESC and C-J). */
364 /* ESC still terminates the search, but if there is pending
373 if (cxt->lastc == ESC && _rl_input_available ())
374 rl_execute_next (ESC);
H A Dvi_mode.c1670 vi_replace_map[ESC].function = rl_vi_movement_mode;
/haiku-fatelf/src/bin/gdb/readline/
H A Dchardefs.h154 #ifdef ESC
155 #undef ESC macro
157 #define ESC CTRL('[') macro
H A Dreadline.c544 if (map[ESC].type == ISKMAP)
547 _rl_add_macro_char (ESC);
548 map = FUNCTION_TO_KEYMAP (map, ESC);
619 bound starting with ESC, generally the arrow keys. What we do is
624 if (rl_editing_mode == vi_mode && key == ESC && map == vi_insertion_keymap
631 if (key == ESC)
636 if (key == ESC)
H A Dbind.c114 if (_rl_keymap[ESC].type == ISKMAP)
118 escmap = FUNCTION_TO_KEYMAP (_rl_keymap, ESC);
287 if (map[ESC].type == ISKMAP)
288 map = FUNCTION_TO_KEYMAP (map, ESC);
366 array[l++] = ESC; /* ESC is meta-prefix */
375 array[l++] = ESC; /* ESC is meta-prefix */
402 array[l++] = ESC;
485 if (c == ESC)
[all...]
H A Disearch.c188 been set, we use that value, otherwise we use ESC and C-J. */
283 value is "\033\012" (ESC and C-J). */
286 /* ESC still terminates the search, but if there is pending
295 if (c == ESC && _rl_input_available ())
296 rl_execute_next (ESC);
/haiku-fatelf/src/apps/serialconnect/libvterm/src/
H A Dparser.c146 case ESC:
149 // ESC 0x40 == 0x80
158 fprintf(stderr, "libvterm: Unhandled escape ESC 0x%02x\n", str_frag[len-1]);
199 case ESC:
226 else if(c == 0x1b) { // ESC
232 ENTER_STRING_STATE(ESC);
262 vt->parser_state = ESC;
266 case ESC:
H A Dvterm_internal.h115 ESC, enumerator in enum:VTerm::VTermParserState
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dtrim_sgr0.c46 #define ESC 033 /* ^[ */ macro
64 else if (s[0] == ESC && s[1] == L_BRACK)

Completed in 210 milliseconds

12