Home
last modified time | relevance | path

Searched full:033 (Results 1 – 25 of 57) sorted by relevance

123

/linux/arch/m68k/hp300/
H A Dhp300map.map157 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 Ddefkeymap.map263 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 Ddefkeymap.c_shipped158 '\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 Ddefkeymap.map165 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 Ddefkeymap.c105 '\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/tools/perf/util/
H A Dcolor.h8 /* "\033[1;38;5;2xx;48;5;2xxm\0" is 23 bytes */
12 #define PERF_COLOR_RESET "\033[m"
13 #define PERF_COLOR_BOLD "\033[1m"
14 #define PERF_COLOR_RED "\033[31m"
15 #define PERF_COLOR_GREEN "\033[32m"
16 #define PERF_COLOR_YELLOW "\033[33m"
17 #define PERF_COLOR_BLUE "\033[34m"
18 #define PERF_COLOR_MAGENTA "\033[35m"
19 #define PERF_COLOR_CYAN "\033[36m"
20 #define PERF_COLOR_BG_RED "\033[41m"
/linux/samples/bpf/
H A Dtracex3_user.c29 "\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 Dspeakup_acntsa.c33 [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 Dspeakup_acntpc.c47 [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",
/linux/tools/testing/kunit/
H A Dkunit_printer.py13 _RESET = '\033[0;0m'
35 return self._color('\033[1;31m', text)
38 return self._color('\033[1;33m', text)
41 return self._color('\033[1;32m', text)
/linux/tools/testing/selftests/bpf/
H A Dtest_lirc_mode2.sh14 GREEN='\033[0;92m'
15 RED='\033[0;31m'
16 NC='\033[0m' # No Color
H A Dxdp_features.c22 #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"
/linux/tools/testing/selftests/net/
H A Dudpgso_bench.sh6 readonly GREEN='\033[0;92m'
7 readonly YELLOW='\033[0;33m'
8 readonly RED='\033[0;31m'
9 readonly NC='\033[0m' # No Color
/linux/Documentation/admin-guide/
H A Dvga-softcursor.rst54 echo -e '\033[?2c'
58 echo -e '\033[?6c'
62 echo -e '\033[?17;0;64c'
/linux/tools/testing/selftests/rcutorture/bin/
H A Dfunctions.sh282 printf '\033[031mBUG: \033[m'
290 printf '\033[033mWARNING: \033[m'
/linux/tools/build/
H A DMakefile.feature223 MSG = $(shell printf '...%40s: [ \033[32mon\033[m ]' $(1))
225 MSG = $(shell printf '...%40s: [ \033[31mOFF\033[m ]' $(1))
/linux/tools/perf/ui/browsers/
H A Dscripts.c166 printf("\033[c\033[H\033[J"); in run_script()
/linux/tools/perf/
H A DMakefile61 @printf ' BUILD: Doing '\''make \033[33m-j'$(JOBS)'\033[m'\'' $(BUILD_TYPE) build\n'
/linux/tools/testing/selftests/net/netfilter/
H A Dipvs.sh30 GREEN='\033[0;92m'
31 RED='\033[0;31m'
32 NC='\033[0m' # No Color
/linux/tools/testing/selftests/ftrace/
H A Dftracetest237 color_reset="\033[0m"
238 color_red="\033[31m"
239 color_green="\033[32m"
240 color_blue="\033[34m"
/linux/lib/
H A Dstring_helpers_kunit.c155 .out = "\\033\\142\\040\\134\\103\\007\\042\\220\\015\\135",
158 .out = "\\033\\142\\040\\134\\103\\007\\042\\220\\r\\135",
179 .out = "\\033b \\C\\007\"\\220\\015]",
182 .out = "\\033b \\C\\007\"\\220\\r]",
248 .out = "\\134h\\134\"\\007\\317\\033\\134",
/linux/scripts/
H A Dcheckkconfigsymbols.py216 return "\033[33m%s\033[0m" % string if COLOR else string
223 return "\033[31m%s\033[0m" % string if COLOR else string
/linux/arch/powerpc/platforms/powermac/
H A Dudbg_adb.c63 "\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/tools/perf/ui/
H A Dkeysyms.h10 #define K_ESC 033
/linux/tools/perf/scripts/python/
H A Dtask-analyzer.py28 "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",

123