| /xsrc/external/mit/xgc/dist/ |
| lex.l | 161 "xgc: bad character `%s', line %d\n",
|
| /xsrc/external/mit/font-bh-ttf/dist/ |
| 42-luxi-mono.conf | 4 though it detects multiple character widths -->
|
| /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...] |
| 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...] |
| 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...] |
| /xsrc/external/mit/freetype/dist/ |
| meson_options.txt | 37 + ' by a font\'s character map will be hinted also.')
|
| /xsrc/external/mit/twm/dist/src/ |
| lex.l | 135 "ignoring character \"%s\"",
|
| /xsrc/external/mit/fontconfig/dist/doc/ |
| fcblanks.fncs | 46 @PURPOSE@ Add a character to an FcBlanks
|
| fcformat.fncs | 53 Each tag is introduced by the character "%", 104 is one that starts with the character "#" followed by an element 123 is one starting with the character "-" followed by a 133 is one starting with the character "+" followed by a 144 is one starting with the character "?" followed by a 148 the character "!" followed by an element name, in which case the test 179 is one starting with the character "=" followed by a builtin 231 character "|" followed by the converter name and arguments. The 287 by prepending it by the first character in <parameter>chars</parameter>. 295 by replacing them with their corresponding character in <parameter>to</parameter> [all...] |
| fccharset.fncs | 27 @PURPOSE@ Create an empty character set 30 character set object. 36 @PURPOSE@ Destroy a character set 47 @PURPOSE@ Add a character to a charset 58 @PURPOSE@ Delete a character from a charset
|
| fcstring.fncs | 103 @PURPOSE@ check for lower case ASCII character 112 @PURPOSE@ check for upper case ASCII character 157 Returns NULL if '~' is the leading character and HOME is unset or disabled
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| iso2022.pl | 89 -n print hex value before each character
|
| wrap.pl | 47 map { ($_ <= 32 || $_ > 127) # if non-ASCII character... 53 # Insert a character using escape sequences to push the existing text to the 54 # right, write the actual character and then move left one column so succeeding 142 -w write wide-character test-string
|
| /xsrc/external/mit/xorgproto/dist/specs/SIAddresses/ |
| localuser.md | 6 specific. For POSIX & UNIX platforms, if the value starts with the character
|
| /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/xterm/dist/unicode/ |
| convmap.pl | 119 * We allow to represent any UCS character in the range U-00000000 to 124 * UCS codes will ever be assigned by ISO. So to get Unicode character 127 * NOTE: The comments in the table below contain the actual character
|
| /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/MesaGLUT/dist/include/GL/ |
| glut.h | 587 GLUTAPI void GLUTAPIENTRY glutBitmapCharacter(void *font, int character); 588 GLUTAPI int GLUTAPIENTRY glutBitmapWidth(void *font, int character); 589 GLUTAPI void GLUTAPIENTRY glutStrokeCharacter(void *font, int character); 590 GLUTAPI int GLUTAPIENTRY glutStrokeWidth(void *font, int character);
|
| /xsrc/external/mit/fontconfig/include/ |
| fcobjshash.h | 28 /* The character set is not based on ISO-646. */ 29 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/ |
| font.c | 72 float xorig, yorig; /* Relative origin of the character */ 357 util_font_draw_character(void *dst_mem, unsigned dst_stride, unsigned character) 361 unsigned width = font->Characters[character][0]; 364 const GLubyte *bitmap = font->Characters[character]+1 + bitmap_stride * (font->Height - 1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/ |
| font.c | 72 float xorig, yorig; /* Relative origin of the character */ 357 util_font_draw_character(void *dst_mem, unsigned dst_stride, unsigned character) 361 unsigned width = font->Characters[character][0]; 364 const GLubyte *bitmap = font->Characters[character]+1 + bitmap_stride * (font->Height - 1);
|
| /xsrc/external/mit/libX11/dist/specs/i18n/compose/ |
| compose-chart.pl | 343 --charset[=<cset>] character set to specify in XML doctype 356 Specify a character set to list in the doctype declaration in the XML output.
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/ |
| sp.c | 19 struct character { struct 25 struct character cartman;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/ |
| gen_common.py | 214 Also allow all characters after a '#' character to be ignored.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/ |
| gen_common.py | 215 Also allow all characters after a '#' character to be ignored.
|