Searched refs:character (Results 1 - 25 of 115) sorted by relevance

12345

/xsrc/external/mit/xgc/dist/
H A Dlex.l161 "xgc: bad character `%s', line %d\n",
/xsrc/external/mit/xedit/dist/lisp/
H A Dstring.c79 LispObj *character, *more_characters; local in function:LispCharCompare
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
253 LispObj *result, *character; local in function:LispCharOp
402 int character; local in function:Lisp_XeditCharStore
497 long radix = 10, character; local in function:Lisp_DigitCharP
532 long character = 0; local in function:Lisp_IntChar
582 int character, junk, sign, overflow; local in function:Lisp_ParseInteger
[all...]
H A Dread.c299 int character; local in function:LispReadChar
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...]
H A Dwrite.c301 write-char character &optional output-stream
306 LispObj *character, *output_stream; local in function:Lisp_WriteChar
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) argument
1157 return (LispFputc(file, character));
1159 return (LispSputc(string, character));
1164 LispWriteChars(LispObj * stream,int character,int count) argument
[all...]
/xsrc/external/mit/font-bh-ttf/dist/
H A D42-luxi-mono.conf4 though it detects multiple character widths -->
/xsrc/external/mit/twm/dist/src/
H A Dlex.l135 "ignoring character \"%s\"",
/xsrc/external/mit/xterm/dist/vttests/
H A Diso2022.pl89 -n print hex value before each character
H A Dwrap.pl47 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/
H A Dlocaluser.md6 specific. For POSIX & UNIX platforms, if the value starts with the character
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A DREADME.md13 - `\` can be used to match the following literal character without interpreting it.
17 - A `$` in the pattern stores the output until the first whitespace character into a variable.
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dcapturexfont.c26 glyph character sets */
85 XChar2b character; local in function:captureXFont
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/
H A Dconvmap.pl119 * 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/
H A Dpfrsbit.c590 PFR_Char character; local in function:pfr_slot_load_bitmap
594 character = &phys->chars[glyph_index];
597 /* character dimensions */
640 character->char_code,
662 advance = character->advance;
673 character->advance,
/xsrc/external/mit/libdrm/dist/man/
H A Ddrm.7.rst32 the DRM character device. The *libdrm* library provides wrappers for these
37 character-device that is usually available as ``/dev/dri/card0`` and can
/xsrc/external/mit/fontconfig/include/
H A Dfcobjshash.h28 /* 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/MesaGLUT/dist/include/GL/
H A Dglut.h587 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/libX11/dist/specs/i18n/compose/
H A Dcompose-chart.pl343 --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/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dfont.c72 float xorig, yorig; /* Relative origin of the character */
357 util_font_draw_character(void *dst_mem, unsigned dst_stride, unsigned character) argument
361 unsigned width = font->Characters[character][0];
364 const GLubyte *bitmap = font->Characters[character]+1 + bitmap_stride * (font->Height - 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dfont.c72 float xorig, yorig; /* Relative origin of the character */
357 util_font_draw_character(void *dst_mem, unsigned dst_stride, unsigned character) argument
361 unsigned width = font->Characters[character][0];
364 const GLubyte *bitmap = font->Characters[character]+1 + bitmap_stride * (font->Height - 1);
/xsrc/external/mit/luit/dist/
H A Dconfigure.ac58 # darwin has poll() but can't be used to poll character devices (atleast through SnowLeopard)
/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/
H A Dsp.c19 struct character { struct
25 struct character cartman;
/xsrc/external/mit/xcb-util/dist/atom/
H A Datoms.c28 /* 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-gnu-gperf@gnu.org>."
/xsrc/external/mit/xterm/dist/package/freebsd/
H A DMakefile53 WCHAR_DESC= Enable wide-character support
/xsrc/external/mit/freetype/dist/builds/
H A Ddetect.mk55 # We define the BACKSLASH variable to hold a single back-slash character.
/xsrc/external/mit/xterm/dist/
H A Dconfigure.in999 AC_MSG_CHECKING(if you want wide-character support)
1001 [ --disable-wide-chars disable wide-character support],
1007 AC_MSG_CHECKING(if you want only 16-bit character support)
1009 [ --enable-16bit-chars enable 16-bit character support],
1015 AC_DEFINE(OPT_WIDER_ICHAR,0,[Define to 0 to enable 16-bit character support])
1042 AC_DEFINE(OPT_WIDE_CHARS,1,[Define to 1 to enable wide-character support])

Completed in 25 milliseconds

12345