| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/ |
| sp.c | 19 struct character { struct 25 struct character cartman;
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| capturexfont.c | 26 glyph character sets */ 85 XChar2b character; local 177 /* Still must move raster pos even if empty character 186 character.byte2 = i & 255; 187 character.byte1 = i >> 8; 196 charinfo->ascent, &character, 1);
|
| /xsrc/external/mit/freetype/dist/src/pfr/ |
| pfrsbit.c | 590 PFR_Char character; local 594 character = &phys->chars[glyph_index]; 597 /* character dimensions */ 640 character->char_code, 662 advance = character->advance; 673 character->advance,
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| string.c | 79 LispObj *character, *more_characters; local 82 character = ARGUMENT(0); 84 CHECK_SCHAR(character); 85 value = SCHAR_VALUE(character); 101 character = CAR(object); 102 next_value = SCHAR_VALUE(character); 119 character = CAR(more_characters); 120 next_value = SCHAR_VALUE(character); 144 char< character &rest more-characters 153 char<= character &rest more-character 253 LispObj *result, *character; local 402 int character; local 497 long radix = 10, character; local 532 long character = 0; local 582 int character, junk, sign, overflow; local [all...] |
| write.c | 301 write-char character &optional output-stream 306 LispObj *character, *output_stream; local 309 character = ARGUMENT(0); 313 CHECK_SCHAR(character); 314 ch = SCHAR_VALUE(character); 318 return (character); 1148 /* write a character to stream */ 1150 LispWriteChar(LispObj *stream, int character) 1157 return (LispFputc(file, character)); 1159 return (LispSputc(string, character)); [all...] |
| read.c | 299 int character; local 318 character = EOF; 332 character = LispSgetc(SSTREAMP(input_stream)); 339 character = LispFgetc(file); 359 character = ch; 361 return (NIL); /* XXX no character available */ 363 character = EOF; 366 character = LispFgetc(file); 374 if (character == EOF) { 382 return (SCHAR(character)); [all...] |