Searched refs:bits8 (Results 1 – 13 of 13) sorted by relevance
79 int bits8; variable80 #define STRIP_PAR (bits8 ? 0377 : 0177)597 if (bits8 == 0) in xpwrite()627 bits8 = 1; in setparity()630 bits8 = 0; in setparity()
248 extern int bits8; /* terminal is in 8-bit mode */249 #define STRIP_PAR (bits8 ? 0377 : 0177)
52 typedef unsigned char bits8; typedef
54 typedef unsigned char bits8; typedef
110 typedef uint8_t bits8; typedef
114 typedef uint8_t bits8; typedef
70 static void writeHex_bits8( bits8 a, FILE *stream ) in writeHex_bits8()