Home
last modified time | relevance | path

Searched full:033 (Results 1 – 25 of 53) 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/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",
H A Dspeakup_decext.c231 synth->synth_immediate(synth, "\033P;10z\033\\"); in synth_flush()
/linux/tools/testing/selftests/x86/bugs/
H A Dits_permutations.py47 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 Dkunit_printer.py13 _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 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"
H A Dtest_tunnel.sh
/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/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/tools/tracing/rtla/src/
H A Dosnoise_top.c133 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 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/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",
/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/scripts/gendwarfksyms/
H A Dgendwarfksyms.h55 "\033[" #color "m<" format ">\033[39m", \
/linux/Documentation/sound/cards/
H A Dcmipci.rst155 models (CM8738 033 and 037).
204 On the model 033, AC3 is implemented by the software conversion in

123