Searched refs:CSIZE (Results 1 - 25 of 181) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/bin/stty/
H A Dmodes.c60 { "cs5", CS5, CSIZE },
61 { "cs6", CS6, CSIZE },
62 { "cs7", CS7, CSIZE },
63 { "cs8", CS8, CSIZE },
72 { "parity", PARENB | CS7, PARODD | CSIZE },
73 { "-parity", CS8, PARODD | PARENB | CSIZE },
74 { "evenp", PARENB | CS7, PARODD | CSIZE },
75 { "-evenp", CS8, PARODD | PARENB | CSIZE },
76 { "oddp", PARENB | CS7 | PARODD, CSIZE },
77 { "-oddp", CS8, PARODD | PARENB | CSIZE },
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpd/
H A Dmodes.c59 { "cs5", CS5, CSIZE },
60 { "cs6", CS6, CSIZE },
61 { "cs7", CS7, CSIZE },
62 { "cs8", CS8, CSIZE },
71 { "parity", PARENB | CS7, PARODD | CSIZE },
72 { "-parity", CS8, PARODD | PARENB | CSIZE },
73 { "evenp", PARENB | CS7, PARODD | CSIZE },
74 { "-evenp", CS8, PARODD | PARENB | CSIZE },
75 { "oddp", PARENB | CS7 | PARODD, CSIZE },
76 { "-oddp", CS8, PARODD | PARENB | CSIZE },
[all...]
H A Dttcompat.c78 if (ISSET(cflag, CSIZE) == CS8) {
138 CLR(cflag, CSIZE);
149 CLR(cflag, CSIZE);
/netbsd-6-1-5-RELEASE/sys/arch/sbmips/sbmips/
H A Dconsole.c49 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
/netbsd-6-1-5-RELEASE/lib/libc/termios/
H A Dcfmakeraw.c65 t->c_cflag &= ~(CSIZE|PARENB);
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/walnut/
H A Dconsinit.c64 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
87 #define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
/netbsd-6-1-5-RELEASE/sys/arch/ibmnws/ibmnws/
H A Dconsinit.c82 (TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8))
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/h8300/
H A Dinst.h25 #define CSIZE 1000 macro
H A Dsim-main.h33 #define CSIZE 1024 macro
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Drcache.c93 #define CSIZE (nblksread << dev_bshift) /* cache buf size */ macro
94 #define CDATA(desc) (cdata + ((desc) - cdesc) * CSIZE)
118 cachetmp = (usermem / MAXMEMPART) / CSIZE;
131 cachebufs * CSIZE;
312 if (toCopy <= 0 || toCopy > CSIZE) {
322 dev_bshift) > CDATA(curr) + CSIZE) {
/netbsd-6-1-5-RELEASE/sys/arch/xen/x86/
H A Dconsinit.c99 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
130 #define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/sgimips/
H A Dconsole.c65 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
242 # define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8)
/netbsd-6-1-5-RELEASE/sys/arch/hp700/gsc/
H A Dcom_gsc.c120 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8) != 0) {
156 ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) |
/netbsd-6-1-5-RELEASE/sys/arch/rs6000/rs6000/
H A Dconsinit.c84 ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8))) {
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/explora/
H A Dconsinit.c82 (TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8);
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dconsinit.c97 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
128 #define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
/netbsd-6-1-5-RELEASE/sys/arch/prep/prep/
H A Dconsinit.c139 ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8)))
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/dev/
H A Dcom_mainbus.c52 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
/netbsd-6-1-5-RELEASE/sys/arch/hp700/dev/
H A Dcom_ssio.c95 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8) != 0) {
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/
H A Ddfa.c197 int out_char_set[CSIZE];
390 int symlist[CSIZE + 1];
402 * from 1 to CSIZE, so their size must be CSIZE + 1.
404 int duplist[CSIZE + 1], state[CSIZE + 1];
405 int targfreq[CSIZE + 1], targstate[CSIZE + 1];
1032 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich;
H A Dflexdef.h111 #define CSIZE 256 macro
265 #define SYM_EPSILON (CSIZE + 1) /* to mark transitions on the symbol epsilon */
564 * can use the CSIZE'th element to hold equivalence class information
568 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;
571 * that they will require positions from 1 .. CSIZE, i.e., CSIZE + 1
573 * don't require the extra position since they're indexed from 1 .. CSIZE - 1.
575 extern int tecfwd[CSIZE + 1], tecbck[CSIZE
[all...]
H A Decs.c123 static unsigned char cclflags[CSIZE]; /* initialized to all '\0' */
H A Dtblcmp.c86 int extptr, extrct[2][CSIZE + 1];
228 int tmpstorage[CSIZE + 1];
688 int i, numdiff, tmpbase, tmp[CSIZE + 1];
689 Char transset[CSIZE + 1];
/netbsd-6-1-5-RELEASE/sys/arch/algor/algor/
H A Dmachdep.c245 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8) != 0)
289 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8) != 0)
331 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8) != 0)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/unix/
H A Dkeyboard.c64 current_mode.c_cflag &= ~(CSIZE|PARENB);

Completed in 397 milliseconds

12345678