HomeSort by: relevance | last modified time | path
    Searched refs:ch (Results 1 - 25 of 273) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /xsrc/external/mit/xkbevd/dist/
cfgscan.c 186 int ch; local
189 while (((ch = getc(yyin)) != EOF) && (ch != '"')) {
190 if (ch == '\\') {
191 if ((ch = getc(yyin)) != EOF) {
192 if (ch == 'n')
193 ch = '\n';
194 else if (ch == 't')
195 ch = '\t';
196 else if (ch == 'v'
257 int ch; local
344 int ch, found; local
417 int ch; local
    [all...]
  /xsrc/external/mit/xkbcomp/dist/
xkbscan.c 326 int ch, i; local
329 while (((ch = scanchar()) != EOF) && (ch != '"'))
331 if (ch == '\\')
333 if ((ch = scanchar()) != EOF)
335 if (ch == 'n')
336 ch = '\n';
337 else if (ch == 't')
338 ch = '\t';
339 else if (ch == 'v'
409 int ch, i; local
585 int ch, j, found; local
668 int ch; local
    [all...]
  /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
glut_bwidth.c 16 const BitmapCharRec *ch; local
26 ch = fontinfo->ch[c - fontinfo->first];
27 if (ch)
28 return ch->advance;
38 const BitmapCharRec *ch; local
50 ch = fontinfo->ch[c - fontinfo->first];
51 if (ch)
52 length += ch->advance
    [all...]
glut_swidth.c 16 const StrokeCharRec *ch; local
26 ch = &(fontinfo->ch[c]);
27 if (ch)
28 return ch->right;
38 const StrokeCharRec *ch; local
50 ch = &(fontinfo->ch[c]);
51 if (ch)
52 length += ch->right
    [all...]
glut_stroke.c 14 const StrokeCharRec *ch; local
29 ch = &(fontinfo->ch[c]);
30 if (ch) {
31 for (i = ch->num_strokes, stroke = ch->stroke;
40 glTranslatef(ch->right, 0.0, 0.0);
glut_bitmap.c 14 const BitmapCharRec *ch; local
28 ch = fontinfo->ch[c - fontinfo->first];
29 if (ch) {
47 glBitmap(ch->width, ch->height, ch->xorig, ch->yorig,
48 ch->advance, 0, ch->bitmap)
    [all...]
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glut_bwidth.c 16 const BitmapCharRec *ch; local
26 ch = fontinfo->ch[c - fontinfo->first];
27 if (ch)
28 return ch->advance;
38 const BitmapCharRec *ch; local
50 ch = fontinfo->ch[c - fontinfo->first];
51 if (ch)
52 length += ch->advance
    [all...]
glut_swidth.c 16 const StrokeCharRec *ch; local
26 ch = &(fontinfo->ch[c]);
27 if (ch)
28 return ch->right;
38 const StrokeCharRec *ch; local
50 ch = &(fontinfo->ch[c]);
51 if (ch)
52 length += ch->right
    [all...]
glut_stroke.c 14 const StrokeCharRec *ch; local
29 ch = &(fontinfo->ch[c]);
30 if (ch) {
31 for (i = ch->num_strokes, stroke = ch->stroke;
40 glTranslatef(ch->right, 0.0, 0.0);
glut_bitmap.c 14 const BitmapCharRec *ch; local
28 ch = fontinfo->ch[c - fontinfo->first];
29 if (ch) {
47 glBitmap(ch->width, ch->height, ch->xorig, ch->yorig,
48 ch->advance, 0, ch->bitmap)
    [all...]
  /xsrc/external/mit/libX11/dist/src/
GetFPath.c 41 char *ch = NULL; local
56 ch = Xmalloc (nbytes + 1);
60 if ((! flist) || (! ch)) {
62 Xfree(ch);
69 _XReadPad (dpy, ch, nbytes);
73 chend = ch + nbytes;
74 length = *(unsigned char *)ch;
76 if (ch + length < chend) {
77 flist[i] = ch+1; /* skip over length */
78 ch += length + 1; /* find next length ... *
    [all...]
ListExt.c 40 char *ch = NULL; local
61 ch = Xmalloc (rlen + 1);
65 if ((!list) || (!ch)) {
67 Xfree(ch);
74 _XReadPad (dpy, ch, rlen);
78 chend = ch + rlen;
79 length = *(unsigned char *)ch;
81 if (ch + length < chend) {
82 list[i] = ch+1; /* skip over length */
83 ch += length + 1; /* find next length ... *
    [all...]
FontNames.c 46 char *ch = NULL; local
76 ch = Xmalloc(rlen + 1);
80 if ((! flist) || (! ch)) {
82 Xfree(ch);
90 _XReadPad (dpy, ch, rlen);
94 chstart = ch;
95 chend = ch + rlen;
96 length = *(unsigned char *)ch;
97 *ch = 1; /* make sure it is non-zero for XFreeFontNames */
99 if (ch + length < chend)
    [all...]
  /xsrc/external/mit/freetype/dist/src/autofit/
afblue.hin 28 #define GET_UTF8_CHAR( ch, p ) \
31 ch = (unsigned char)*p++; \
32 if ( ch >= 0x80 ) \
37 if ( ch < 0xE0 ) \
40 ch &= 0x1F; \
42 else if ( ch < 0xF0 ) \
45 ch &= 0x0F; \
50 ch &= 0x07; \
54 ch = ( ch << 6 ) | ( *p++ & 0x3F );
    [all...]
  /xsrc/external/mit/libXaw/dist/src/
XawI18n.c 80 _Xaw_iswalnum(wchar_t ch)
83 return iswalnum((wint_t)ch);
87 wctomb((char*)mb, ch);
  /xsrc/external/mit/xterm/dist/vttests/
acs.pl 66 my $ch = 32 + $row + $col * 16;
67 last if ( $ch >= 127 );
69 my $xx = chr($ch);
70 printf '%2x:%s{%s%s%s}', $ch, $xx, $smacs, $xx . $xx . $xx . $xx,
cursor.pl 116 my $ch;
128 $ch = get_char();
129 if ( $ch eq "q") {
131 } elsif ( $ch eq "h" ) {
133 } elsif ( $ch eq "j" ) {
135 } elsif ( $ch eq "k" ) {
137 } elsif ( $ch eq "l" ) {
139 } elsif ( $ch eq "n" ) {
146 } elsif ( $ch eq "p" ) {
155 # printf "got:%s\r\n", $ch;
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
nine_dump.h 35 nine_dump_D3DADAPTER_IDENTIFIER9(unsigned ch, const D3DADAPTER_IDENTIFIER9 *id)
38 nine_dump_D3DCAPS9(unsigned ch, const D3DCAPS9 *caps)
41 nine_dump_D3DLIGHT9(unsigned ch, const D3DLIGHT9 *light)
44 nine_dump_D3DMATERIAL9(unsigned ch, const D3DMATERIAL9 *mat)
47 nine_dump_D3DTSS_value(unsigned ch, D3DTEXTURESTAGESTATETYPE tss, DWORD value)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
nine_dump.h 35 nine_dump_D3DADAPTER_IDENTIFIER9(unsigned ch, const D3DADAPTER_IDENTIFIER9 *id)
38 nine_dump_D3DCAPS9(unsigned ch, const D3DCAPS9 *caps)
41 nine_dump_D3DLIGHT9(unsigned ch, const D3DLIGHT9 *light)
44 nine_dump_D3DMATERIAL9(unsigned ch, const D3DMATERIAL9 *mat)
47 nine_dump_D3DTSS_value(unsigned ch, D3DTEXTURESTAGESTATETYPE tss, DWORD value)
  /xsrc/external/mit/libX11/dist/src/xlibi18n/
lcUtil.c 35 #define set_toupper(ch) do { \
36 if (ch >= 'a' && ch <= 'z') \
37 ch = (unsigned char) (ch - 'a' + 'A'); \
  /xsrc/external/mit/xterm/dist/
charclass.c 313 wint_t ch = (wint_t) wch; local
314 if (wch < 0 || ch == '\0' || ch == '\t') {
316 } else if (iswcntrl(ch)) {
318 } else if (iswspace(ch)) {
320 } else if (ch < 127) {
321 if (isalnum(ch) || ch == '_') {
324 } else if (ch == 170 || ch == 181 || ch == 186)
339 int ch; local
374 int ch; local
461 int ch; local
    [all...]
fontutils.h 103 #define ForceBoxChars(screen,ch) \
104 (xtermIsDecGraphic(ch) \
114 #define CheckedKnownMissing(font, ch) \
115 (((ch) < MaxUChar) && ((font)->known_missing[(Char)(ch)] > 0))
117 #define CheckedKnownMissing(font, ch) \
118 ((font)->known_missing[(Char)(ch)] > 0)
121 #define IsXtermMissingChar(screen, ch, font) \
122 (CheckedKnownMissing(font, ch) \
123 ? ( (font)->known_missing[(Char)(ch)] > 1)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
nouveau_debug.h 21 #define NOUVEAU_DBG(ch, args...) \
22 if ((NOUVEAU_DEBUG) & (NOUVEAU_DEBUG_##ch)) \
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
nouveau_debug.h 21 #define NOUVEAU_DBG(ch, args...) \
22 if ((NOUVEAU_DEBUG) & (NOUVEAU_DEBUG_##ch)) \
  /xsrc/external/mit/ctwm/dist/
version.c 38 int ch; local
40 if((ch = getopt(argc, argv, "Mmpa")) != -1) {
41 switch(ch) {

Completed in 17 milliseconds

1 2 3 4 5 6 7 8 91011