Lines Matching defs:Char
305 typedef unsigned char Char; /* to support 8 bit chars */
306 typedef Char *ScrnPtr;
313 typedef const Char *UString;
315 typedef Char *UString;
331 #define CharOf(n) ((Char)(n)) /* extract 8-bit character */
339 Char *data_buffer; /* the current selection */
447 Char a_type; /* CSI, etc., see unparseq() */
448 Char a_pintro; /* private-mode char, if any */
450 Char a_inters; /* special (before final-char) */
451 Char a_final; /* final-char */
454 Char a_radix[NPARAM]; /* Parameters */
1787 Char *next;
1788 Char *last;
1793 Char *write_buf;
1796 Char buffer[1];
1825 typedef Char CellColor;
1866 typedef Char RowData; /* wrap/blink, and DEC single-double chars */
1888 Char combSize; /* number of items in combData[] */
1891 Char *charSets; /* SCS code (DECNRCM_codes) */
1892 Char *charSeen; /* pre-SCS value */
1911 Char combSize; /* number of items in combData[] */
1914 Char charSets; /* SCS code (DECNRCM_codes) */
1915 Char charSeen; /* pre-SCS value */
1995 typedef Char XTfontNum;
2017 Char known_missing[MaxUChar + 1];
2052 Char opened; /* number in cache[] with xcOpened */
2233 Char curgl;
2234 Char curgr;
2472 Char cur_chrset; /* character-set index & code */
2509 TypedBuffer(Char);
2617 Char *logstart; /* current start of log buffer */
2743 Char *saveBuf_data;
2748 Char *editBuf_data[2];
2754 Char **save_ptr; /* workspace for save-pointers */
2800 Char curgl; /* Current GL setting. */
2801 Char curgr; /* Current GR setting. */
2802 Char curss; /* Current single shift. */
2915 Char vt52_save_curgl;
2916 Char vt52_save_curgr;
2917 Char vt52_save_curss;
3409 Char *write_sums; /* if non-null, points to buffer_sums */
3410 Char *buffer_sums; /* data for ->charSeen[] */
3411 Char *buffer_sets; /* data for ->charSets[] */