| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | iso2022.pl | 32 # show ISO-2022 characters, by default GL and GR, optionally G1/G2/G3 65 my $GR = ""; 69 $GR .= $c; 72 $GR .= chr( ord($c) + 128 ); 77 $GR =~ s/([^\n])/ $1/g; 80 printf "GR:\n%s\n", $GR;
|
| H A D | print-vt-chars.pl | 34 # Print GL and GR, with the same charset (if possible) for testing. 232 printf "GR (G%d %s):\n", $gr_code, $gr_name; 253 -R code index 0-3 for GR 254 -r name charset to map to GR
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | Xct.c | 171 data->GR = "\111"; 189 data->GR = "\101"; 193 data->GR = "\102"; 197 data->GR = "\103"; 201 data->GR = "\104"; 205 data->GR = "\106"; 209 data->GR = "\107"; 213 data->GR = "\110"; 217 data->GR = "\114"; 221 data->GR [all...] |
| /xsrc/external/mit/libX11/dist/modules/lc/def/ |
| H A D | lcDefConv.c | 51 #define GR 0x80 macro 71 CodeSet codeset = (*ch & GR) ? state->GR_codeset : state->GL_codeset; 106 *ch = (wc & state->wc_mask) | GR; 237 codeset = (ch & GR) ? state->GR_codeset : state->GL_codeset; 275 codeset = (*ch & GR) ? state->GR_codeset : state->GL_codeset; 314 cur_side = *src & GR; 316 if ((char) (*src & GR) != cur_side) 369 cur_side = *ch & GR; 373 if ((char) (*ch & GR) != cur_side) { 451 cur_side = GR; [all...] |
| /xsrc/external/mit/libXmu/dist/include/X11/Xmu/ |
| H A D | Xct.h | 48 * one set (C0, C1, GL, GR). When this is requested, XctSegment is never 92 /* Translate GR segments on-the-fly into GL segments for the GR sets: 129 char *GR; /* "{I} F" string for current GR */ member in struct:_XctRec 130 char *GR_encoding; /* Encoding name for current GR */ 132 int GR_char_size; /* number of bytes per GR character */ 133 char *GLGR_encoding; /* Encoding name for current GL+GR,
|
| /xsrc/external/mit/luit/dist/ |
| H A D | iso2022.h | 82 #define GR(i) (*(i)->grp) macro
|
| H A D | iso2022.c | 226 fprintf(stderr, "GR is G%d.\n", identifyCharset(i, i->grp)); 492 (OTHER(is) == NULL && CHARSET_REGULAR(GR(is)) && 532 i = GR(is)->reverse(ucode, GR(is)); 534 switch (GR(is)->type) { 538 /* we allow C1 characters if T_128 in GR */ 558 switch (GR(is)->type) { 595 switch (GR(is)->type) { 630 i = GR(is)->reverse(ucode, GR(i [all...] |
| /xsrc/external/mit/xf86-video-ast/dist/src/ |
| H A D | ast_mode.h | 95 UCHAR GR[9]; member in struct:__anon502f03860108
|
| H A D | ast.h | 125 UCHAR GR[9]; member in struct:_ASTRegRec
|
| H A D | ast_driver.c | 1392 /* Save GR */ 1394 GetIndexReg(GR_PORT, (UCHAR) (i), astReg->GR[i]); 1476 /* Restore GR */ 1478 SetIndexReg(GR_PORT, (UCHAR) (i), astReg->GR[i]);
|
| H A D | ast_mode.c | 758 /* Set GR */ 761 jReg = pStdModePtr->GR[i];
|
| /xsrc/external/mit/xf86-video-neomagic/dist/src/ |
| H A D | neo.h | 138 unsigned char GR[NEO_EXT_GR_MAX+1]; member in struct:__anon55ae39570208
|
| H A D | neo_driver.c | 2165 save->reg->GR[i] = VGArGR(i); 2595 VGAwGR(i, restore->reg->GR[i]); 2598 VGAwGR(i, restore->reg->GR[i]);
|
| /xsrc/external/mit/libX11/dist/modules/lc/gen/ |
| H A D | lcGenConv.c | 43 * stream. Overall distinction between GL (0x00..0x7f) and GR (0x80..0xff). 77 XlcCharSet GR_charset; /* charset of initial state in GR */ 83 #define GR 0x80 /* begins right-side (non-ascii) region */ macro 89 #define isrightside(c) ((c) & GR) 223 mask = (mask << 8) | GR; 699 *outbufptr = *outbufptr | GR; 806 /* next mb char data for GL or GR side ? */ 1697 /* next char data : GL or GR side ? */ 1808 /* next mb char data for GL or GR side ? */ 2429 codeset = _XlcGetCodeSetFromName(lcd, "ISO8859-1:GR"); [all...] |