| /xsrc/external/mit/xman/dist/ |
| icon_open.h | 42 0xc6, 0x31, 0xe3, 0x18, 0x36, 0x32, 0x13, 0x1b, 0x06, 0x30, 0x03, 0x18, 43 0xc6, 0xf1, 0xe3, 0x18, 0x36, 0xe2, 0x11, 0x1b, 0x06, 0x00, 0x00, 0x18, 44 0xc6, 0xf1, 0xe3, 0x18, 0x36, 0x32, 0x13, 0x1b, 0x06, 0x30, 0x03, 0x18, 45 0xc6, 0xf1, 0xe3, 0x18, 0x36, 0x32, 0x10, 0x1b, 0x06, 0x30, 0x00, 0x18, 46 0xc6, 0x01, 0xe0, 0x18, 0x36, 0x3a, 0x17, 0x1b, 0x06, 0xf8, 0x07, 0x18, 47 0xc6, 0xd9, 0xe6, 0x18, 0x36, 0xda, 0x16, 0x1b, 0x06, 0x18, 0x06, 0x18,
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| query-fonts.pl | 62 our $ST = $opt_s ? "\007" : "\x1b\\"; 84 my $st = $opt_s ? qr/\007/ : qr/\x1b\\/; 85 my $osc = qr/\x1b]50/; 88 $reply = get_reply( "\x1b]50;?" . $param . $ST ); 112 if ( ord $k == 0x1b ) {
|
| dynamic.pl | 99 $reply = get_reply("\x1b]$param1;?\007"); 102 if ( $reply =~ /\x1b]$param1;.*\007/ ) { 105 $value =~ s/^\x1b]$param1;//; 125 &no_reply("\x1b]$code\007"); 130 &no_reply("\x1b]12;$opt_c\007");
|
| paste64.pl | 66 elsif ( $c == 0x1b ) { 109 my $reply = get_reply( "\x1b]52;" . $target . ";?\x1b\\" ); 115 $data =~ s/^\x1b]52;[[:alnum:]]*;//; 116 $data =~ s/\x1b\\$//; 138 my $send = "\x1b]52;" . $target . ";" . $data . "\x1b\\";
|
| query-xres.pl | 107 my $reply = &get_reply( "\x1bP+Q" . join( ';', @query_params ) . "\x1b\\" ); 110 while ( $reply =~ /\x1bP1\+R[[:xdigit:]]+[=;][[:xdigit:]]*.*\x1b\\/ ) { 116 $reply =~ s/\x1b\\.*$//; 118 $parse =~ s/^\x1b\\//; 150 if ( $k == 0x1b ) {
|
| query-dynamic.pl | 69 our $OSC = "\x1b\]"; 71 our $ST = $opt_8 ? "\x9c" : ( $opt_s ? "\007" : "\x1b\\" ); 100 if ( ord $k == 0x1b ) { 143 my $st = $opt_8 ? qr/\x9c/ : ( $opt_s ? qr/\007/ : qr/\x1b\\/ ); 144 my $osc = $opt_8 ? qr/\x9d/ : qr/\x1b]/; 205 printf "\x1b G" if ($opt_8); 227 printf "\x1b F" if ($opt_8);
|
| cursor.pl | 52 our $text_chop = qw/^\x1b\[H\x1b\[J/; 53 our $text_mark = "\x1b[H\x1b[J"; 110 printf "\x1b[%d;%dH", $y + 1, $x + 1;
|
| query-status.pl | 59 our $ST = $opt_8 ? "\x9c" : "\x1b\\"; 60 our $CSI = $opt_8 ? "\x9a" : "\x1b["; 97 if ( ord $k == 0x1b ) { 129 my $st = $opt_8 ? "\x9c" : qr/\x1b\\/; 173 printf "\x1b G" if ($opt_8); 213 printf "\x1b F" if ($opt_8);
|
| resize.pl | 74 our $original = get_reply("\x1b[18t"); 78 if ( defined($original) and ( $original =~ /\x1b\[8;\d+;\d+t/ ) ) { 88 our $maximize = get_reply("\x1b[19t"); 92 if ( defined($maximize) and ( $maximize =~ /^\x1b\[9;\d+;\d+t/ ) ) { 123 write_tty( "\x1b[8;$h;$w" . "t" );
|
| query-color.pl | 58 our $ST = $opt_s ? "\007" : "\x1b\\"; 93 if ( ord $k == 0x1b ) { 177 printf "\x1b[%dm", 40 + $num; 180 printf "\x1b[%dm", 100 + $num - 8; 183 printf "\x1b[48;5;%dm", $num; 188 printf "\x1b[K"; 189 printf "\x1b[m"; 201 my $st = $opt_s ? qr/\007/ : qr/\x1b\\/; 202 my $osc = qr/\x1b]$this_op/; 206 $query = "\x1b]$this_op;" . $params . $ST [all...] |
| tcapquery.pl | 122 &no_reply( "\x1bP+p" . $param . "\x1b\\" ); 134 my $reply = &get_reply( "\x1bP+q" . join( ';', @query_params ) . "\x1b\\" ); 141 $reply =~ s/\x1b\\//; 173 if ( $k == 0x1b ) {
|
| titlestack.pl | 65 our $CSI = "\x1b["; 67 our $OSC = "\x1b]"; 68 our $ST = "\x1b\\"; 116 elsif ( $c == 0x1b ) { 211 $reply =~ s/^\x1b//; 214 $reply =~ s/\x1b\\$//; 650 printf STDERR "\x1b G"; 730 printf "\x1b F" if ($opt_8);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| r600_reg_r7xx.h | 69 R7xx_SQ_OP2_INST_MUL_64 = 0x1b, 106 R7xx_SQ_CF_INST_TEX_ACK = 0x1b,
|
| theatre200.h | 116 #define RT200_1080i 0x1b
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| r600_reg_r7xx.h | 69 R7xx_SQ_OP2_INST_MUL_64 = 0x1b, 106 R7xx_SQ_CF_INST_TEX_ACK = 0x1b,
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| render.h | 124 #define PictOpDisjointXor 0x1b 125 #define PictOpDisjointMaximum 0x1b
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| oem300.h | 701 { 0x1b, 0x26, 0x00 }, 710 { 0x1b, 0x1e, 0x00 }, 718 { 0x1b, 0x26, 0x00 }, 730 { 0x1b, 0x26, 0x00 }, 740 { 0x1b, 0x11, 0x00 }, 748 { 0x1b, 0x26, 0x00 }, 758 { 0x1b, 0x2a, 0x00 }, 767 { 0x1b, 0x2a, 0x00 }, 778 { 0x1b, 0x26, 0x00 }, 790 { 0x1b, 0x26, 0x00 } [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ch7017/ |
| ch7017_reg.h | 70 #define CH7017_DEVICE_ID_VALUE 0x1b
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| aco_opcodes.py | 348 (0x1b, 0x1b, 0x19, 0x19, 0x1b, "s_nor_b64"), 350 (0x1d, 0x1d, 0x1b, 0x1b, 0x1d, "s_xnor_b64"), 412 ( -1, -1, -1, -1, 0x1b, "s_subvector_loop_begin", InstrClass.Branch), 446 (0x1b, 0x1b, 0x18, 0x18, 0x1b, "s_bitset0_b32"), 449 (0x1e, 0x1e, 0x1b, 0x1b, 0x1e, "s_bitset1_b64") [all...] |
| /xsrc/external/mit/MesaLib.old/src/intel/genxml/ |
| genX_xml.h | 53 0x83, 0xda, 0x3d, 0x18, 0x5d, 0xf9, 0x37, 0x89, 0x61, 0x1b, 0x26, 0x78, 65 0x9b, 0xca, 0xc6, 0xc0, 0x1b, 0x8f, 0xe0, 0xe4, 0xbd, 0x74, 0xe1, 0x6d, 66 0xe7, 0x8f, 0x1b, 0xde, 0xee, 0x24, 0xe0, 0x58, 0x4f, 0xd7, 0x44, 0x99, 100 0xe0, 0xfb, 0xe8, 0x88, 0x82, 0xab, 0x69, 0x84, 0xa9, 0x1b, 0xa9, 0x35, 103 0x38, 0xbb, 0xfd, 0x62, 0xbb, 0xc7, 0x1b, 0xe4, 0x20, 0x5d, 0x08, 0x4d, 106 0xc4, 0x49, 0x1b, 0x80, 0xf8, 0xfb, 0x4f, 0xc5, 0x74, 0xa1, 0xa9, 0x8f, 119 0x1b, 0xe7, 0x14, 0x17, 0xb1, 0xc2, 0xe9, 0x55, 0x38, 0x3d, 0xe1, 0x10, 135 0x6e, 0x3a, 0xe5, 0x1b, 0xc3, 0xf5, 0xd6, 0x99, 0xc5, 0xe7, 0xce, 0x60, 147 0xcc, 0x8b, 0x66, 0x1b, 0xe8, 0x2f, 0x97, 0xeb, 0x5b, 0x22, 0xc1, 0x3b, 148 0x49, 0xfe, 0x1b, 0x37, 0xb7, 0x0e, 0x3d, 0xee, 0xae, 0x6b, 0xc4, 0xab, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| lp_rast.h | 303 #define LP_RAST_OP_TRIANGLE_32_3_16 0x1b
|
| /xsrc/external/mit/bdftopcf/dist/ |
| utilbitmap.c | 66 0x1b, 0x9b, 0x5b, 0xdb, 0x3b, 0xbb, 0x7b, 0xfb,
|
| /xsrc/external/mit/libpciaccess/dist/src/ |
| common_bridge.c | 87 info->secondary_latency_timer = buf[0x1b]; 145 info->cardbus_latency_timer = buf[0x1b];
|
| /xsrc/external/mit/MesaLib/src/intel/genxml/ |
| genX_xml.h | 34 0x1b, 0x82, 0x88, 0x82, 0xf1, 0x60, 0xe8, 0xf7, 0xd3, 0x49, 0x8c, 0x20, 61 0xa5, 0x09, 0xe2, 0x34, 0x18, 0x18, 0x36, 0x1b, 0xcd, 0xe3, 0x46, 0x1d, 87 0xfa, 0xa6, 0x67, 0x1b, 0x03, 0x19, 0x6e, 0xb3, 0xf4, 0x0a, 0x19, 0x9f, 198 0xa3, 0x2f, 0xe9, 0x89, 0x59, 0xd6, 0x25, 0x7e, 0x72, 0x44, 0x1b, 0xf2, 213 0x1e, 0xda, 0x03, 0xec, 0x06, 0xc2, 0xea, 0x1b, 0xbf, 0xbd, 0x55, 0xfc, 240 0x62, 0xa5, 0xf5, 0x1b, 0x28, 0xc4, 0x9a, 0x29, 0x18, 0xdd, 0xb8, 0xdb, 276 0x71, 0xaf, 0x1b, 0x3f, 0x9e, 0x45, 0x4a, 0x4a, 0xa7, 0xcd, 0xe6, 0x12, 300 0x31, 0xc2, 0xb5, 0x04, 0x64, 0x79, 0x1b, 0xae, 0x26, 0x20, 0x8d, 0x82, 335 0x64, 0x64, 0x8f, 0x1b, 0xa9, 0x93, 0xd6, 0x8a, 0x91, 0x6e, 0x8b, 0x1b, [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/x86/ |
| x86_cliptest.S | 81 D_BYTE 0x1f, 0x1d, 0x1f, 0x1e, 0x1b, 0x19, 0x1b, 0x1a
|