/linux/arch/m68k/hp300/ |
H A D | hp300map.map | 157 string F1 = "\033[[A" 158 string F2 = "\033[[B" 159 string F3 = "\033[[C" 160 string F4 = "\033[[D" 161 string F5 = "\033[[E" 162 string F6 = "\033[17~" 163 string F7 = "\033[18~" 164 string F8 = "\033[19~" 165 string F9 = "\033[20~" 166 string F10 = "\033[21~" [all …]
|
/linux/drivers/tty/vt/ |
H A D | defkeymap.map | 263 string F1 = "\033[[A" 264 string F2 = "\033[[B" 265 string F3 = "\033[[C" 266 string F4 = "\033[[D" 267 string F5 = "\033[[E" 268 string F6 = "\033[17~" 269 string F7 = "\033[18~" 270 string F8 = "\033[19~" 271 string F9 = "\033[20~" 272 string F10 = "\033[21~" [all …]
|
H A D | defkeymap.c_shipped | 158 '\033', '[', '[', 'A', 0, 159 '\033', '[', '[', 'B', 0, 160 '\033', '[', '[', 'C', 0, 161 '\033', '[', '[', 'D', 0, 162 '\033', '[', '[', 'E', 0, 163 '\033', '[', '1', '7', '~', 0, 164 '\033', '[', '1', '8', '~', 0, 165 '\033', '[', '1', '9', '~', 0, 166 '\033', '[', '2', '0', '~', 0, 167 '\033', '[', '2', '1', '~', 0, [all …]
|
/linux/drivers/s390/char/ |
H A D | defkeymap.map | 165 string F1 = "\033[[A" 166 string F2 = "\033[[B" 167 string F3 = "\033[[C" 168 string F4 = "\033[[D" 169 string F5 = "\033[[E" 170 string F6 = "\033[17~" 171 string F7 = "\033[18~" 172 string F8 = "\033[19~" 173 string F9 = "\033[20~" 174 string F10 = "\033[21~" [all …]
|
H A D | defkeymap.c | 105 '\033', '[', '[', 'A', 0, 106 '\033', '[', '[', 'B', 0, 107 '\033', '[', '[', 'C', 0, 108 '\033', '[', '[', 'D', 0, 109 '\033', '[', '[', 'E', 0, 110 '\033', '[', '1', '7', '~', 0, 111 '\033', '[', '1', '8', '~', 0, 112 '\033', '[', '1', '9', '~', 0, 113 '\033', '[', '2', '0', '~', 0, 114 '\033', '[', '2', '1', '~', 0, [all …]
|
/linux/samples/bpf/ |
H A D | tracex3_user.c | 29 "\033[48;5;255m", 30 "\033[48;5;252m", 31 "\033[48;5;250m", 32 "\033[48;5;248m", 33 "\033[48;5;246m", 34 "\033[48;5;244m", 35 "\033[48;5;242m", 36 "\033[48;5;240m", 37 "\033[48;5;238m", 38 "\033[48;5;236m", [all …]
|
/linux/drivers/accessibility/speakup/ |
H A D | speakup_acntsa.c | 33 [CAPS_START_ID] = { CAPS_START, .u.s = {"\033P8" } }, 34 [CAPS_STOP_ID] = { CAPS_STOP, .u.s = {"\033P5" } }, 35 [RATE_ID] = { RATE, .u.n = {"\033R%c", 9, 0, 17, 0, 0, "0123456789abcdefgh" } }, 36 [PITCH_ID] = { PITCH, .u.n = {"\033P%d", 5, 0, 9, 0, 0, NULL } }, 37 [VOL_ID] = { VOL, .u.n = {"\033A%d", 9, 0, 9, 0, 0, NULL } }, 38 [TONE_ID] = { TONE, .u.n = {"\033V%d", 5, 0, 9, 0, 0, NULL } }, 93 .init = "\033T2\033=M\033Oi\033N1\n", 132 synth->synth_immediate(synth, "\033=R\r"); in synth_probe()
|
H A D | speakup_acntpc.c | 47 [CAPS_START_ID] = { CAPS_START, .u.s = {"\033P8" } }, 48 [CAPS_STOP_ID] = { CAPS_STOP, .u.s = {"\033P5" } }, 49 [RATE_ID] = { RATE, .u.n = {"\033R%c", 9, 0, 17, 0, 0, "0123456789abcdefgh" } }, 50 [PITCH_ID] = { PITCH, .u.n = {"\033P%d", 5, 0, 9, 0, 0, NULL } }, 51 [VOL_ID] = { VOL, .u.n = {"\033A%d", 5, 0, 9, 0, 0, NULL } }, 52 [TONE_ID] = { TONE, .u.n = {"\033V%d", 5, 0, 9, 0, 0, NULL } }, 107 .init = "\033=X \033Oi\033T2\033=M\033N1\n",
|
H A D | speakup_decext.c | 231 synth->synth_immediate(synth, "\033P;10z\033\\"); in synth_flush()
|
/linux/tools/testing/selftests/x86/bugs/ |
H A D | its_permutations.py | 47 OKBLUE = '\033[94m' 48 OKGREEN = '\033[92m' 49 WARNING = '\033[93m' 50 FAIL = '\033[91m' 51 ENDC = '\033[0m' 52 BOLD = '\033[1m'
|
/linux/tools/testing/kunit/ |
H A D | kunit_printer.py | 13 _RESET = '\033[0;0m' 40 return self._color('\033[1;31m', text) 43 return self._color('\033[1;33m', text) 46 return self._color('\033[1;32m', text)
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_lirc_mode2.sh | 14 GREEN='\033[0;92m' 15 RED='\033[0;31m' 16 NC='\033[0m' # No Color
|
H A D | xdp_features.c | 22 #define RED(str) "\033[0;31m" str "\033[0m" 23 #define GREEN(str) "\033[0;32m" str "\033[0m" 24 #define YELLOW(str) "\033[0;33m" str "\033[0m"
|
H A D | test_tunnel.sh |
|
/linux/Documentation/admin-guide/ |
H A D | vga-softcursor.rst | 54 echo -e '\033[?2c' 58 echo -e '\033[?6c' 62 echo -e '\033[?17;0;64c'
|
/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | functions.sh | 282 printf '\033[031mBUG: \033[m' 290 printf '\033[033mWARNING: \033[m'
|
/linux/tools/perf/ |
H A D | Makefile | 61 @printf ' BUILD: Doing '\''make \033[33m-j'$(JOBS)'\033[m'\'' $(BUILD_TYPE) build\n'
|
/linux/tools/testing/selftests/net/netfilter/ |
H A D | ipvs.sh | 30 GREEN='\033[0;92m' 31 RED='\033[0;31m' 32 NC='\033[0m' # No Color
|
/linux/tools/testing/selftests/ftrace/ |
H A D | ftracetest | 237 color_reset="\033[0m" 238 color_red="\033[31m" 239 color_green="\033[32m" 240 color_blue="\033[34m"
|
/linux/tools/tracing/rtla/src/ |
H A D | osnoise_top.c | 133 trace_seq_printf(s, "\033[2;37;40m"); in osnoise_top_header() 147 trace_seq_printf(s, "\033[0;0;0m"); in osnoise_top_header() 153 trace_seq_printf(s, "\033[2;30;47m"); in osnoise_top_header() 168 trace_seq_printf(s, "\033[0;0;0m"); in osnoise_top_header() 178 trace_seq_printf(seq, "\033c"); in clear_terminal()
|
/linux/scripts/ |
H A D | checkkconfigsymbols.py | 216 return "\033[33m%s\033[0m" % string if COLOR else string 223 return "\033[31m%s\033[0m" % string if COLOR else string
|
/linux/tools/perf/scripts/python/ |
H A D | task-analyzer.py | 28 "grey": "\033[90m", 29 "red": "\033[91m", 30 "green": "\033[92m", 31 "yellow": "\033[93m", 32 "blue": "\033[94m", 33 "violet": "\033[95m", 34 "reset": "\033[0m",
|
/linux/arch/powerpc/platforms/powermac/ |
H A D | udbg_adb.c | 63 "\t `\177\0\033\0\0\0\0\0\0\0\0\0\0" /* 0x30 - 0x3f */ 71 "\t ~\177\0\033\0\0\0\0\0\0\0\0\0\0" /* 0x30 - 0x3f */
|
/linux/scripts/gendwarfksyms/ |
H A D | gendwarfksyms.h | 55 "\033[" #color "m<" format ">\033[39m", \
|
/linux/Documentation/sound/cards/ |
H A D | cmipci.rst | 155 models (CM8738 033 and 037). 204 On the model 033, AC3 is implemented by the software conversion in
|