Home
last modified time | relevance | path

Searched refs:bits8 (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/usr.bin/tip/
Dtip.c79 int bits8; variable
80 #define STRIP_PAR (bits8 ? 0377 : 0177)
597 if (bits8 == 0) in xpwrite()
627 bits8 = 1; in setparity()
630 bits8 = 0; in setparity()
Dtip.h248 extern int bits8; /* terminal is in 8-bit mode */
249 #define STRIP_PAR (bits8 ? 0377 : 0177)
/netbsd/src/lib/libc/arch/mips/softfloat/
Dmips-gcc.h52 typedef unsigned char bits8; typedef
/netbsd/src/lib/libc/arch/sh3/softfloat/
Dsh3-gcc.h54 typedef unsigned char bits8; typedef
/netbsd/src/lib/libc/arch/powerpc/softfloat/
Dpowerpc-gcc.h54 typedef unsigned char bits8; typedef
/netbsd/src/lib/libc/arch/m68k/softfloat/
Dm68k-gcc.h54 typedef unsigned char bits8; typedef
/netbsd/src/lib/libc/arch/aarch64/softfloat/
Daarch64-gcc.h54 typedef unsigned char bits8; typedef
/netbsd/src/lib/libc/arch/sparc64/softfloat/
Dsparc64-gcc.h54 typedef unsigned char bits8; typedef
/netbsd/src/regress/lib/libc/ieeefp/testfloat/include/
Dmilieu.h114 typedef uint8_t bits8; typedef
/netbsd/src/sys/lib/libkern/
Dmilieu.h110 typedef uint8_t bits8; typedef
/netbsd/src/lib/libc/arch/arm/softfloat/
Darm-gcc.h52 typedef unsigned char bits8; typedef
/netbsd/src/regress/lib/libc/ieeefp/testfloat/
DwriteHex.c70 static void writeHex_bits8( bits8 a, FILE *stream ) in writeHex_bits8()