| /netbsd-src/bin/stty/ |
| H A D | modes.c | 80 { "cs5", CS5, CSIZE }, 81 { "cs6", CS6, CSIZE }, 82 { "cs7", CS7, CSIZE }, 83 { "cs8", CS8, CSIZE }, 84 { "parity", PARENB | CS7, PARODD | CSIZE }, 85 { "-parity", CS8, PARODD | PARENB | CSIZE }, 86 { "evenp", PARENB | CS7, PARODD | CSIZE }, 87 { "-evenp", CS8, PARODD | PARENB | CSIZE }, 88 { "oddp", PARENB | CS7 | PARODD, CSIZE }, 89 { "-oddp", CS8, PARODD | PARENB | CSIZE }, [all …]
|
| /netbsd-src/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 59 { "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 D | ttcompat.c | 78 if (ISSET(cflag, CSIZE) == CS8) { in sttygetoflags() 138 CLR(cflag, CSIZE); in sttysetoflags() 149 CLR(cflag, CSIZE); in sttysetoflags()
|
| /netbsd-src/sbin/dump/ |
| H A D | rcache.c | 92 #define CSIZE (nblksread << dev_bshift) /* cache buf size */ macro 93 #define CDATA(desc) (cdata + ((desc) - cdesc) * CSIZE) 130 cachetmp = (usermem / MAXMEMPART) / CSIZE; in initcache() 143 cachebufs * CSIZE; in initcache() 324 if (toCopy <= 0 || toCopy > CSIZE) { in bread() 334 dev_bshift) > CDATA(curr) + CSIZE) { in bread()
|
| /netbsd-src/external/bsd/flex/dist/src/ |
| H A D | flexdef.h | 103 #define CSIZE 256 macro 233 #define SYM_EPSILON (CSIZE + 1) /* to mark transitions on the symbol epsilon */ 535 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs; 542 extern int tecfwd[CSIZE + 1], tecbck[CSIZE + 1];
|
| H A D | dfa.c | 187 int out_char_set[CSIZE]; in dump_transitions() 379 int symlist[CSIZE + 1]; in ntod() 393 int duplist[CSIZE + 1], state[CSIZE + 1]; in ntod() 394 int targfreq[CSIZE + 1] = {0}, targstate[CSIZE + 1]; in ntod() 1007 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich; in sympartition()
|
| H A D | tblcmp.c | 86 int extptr, extrct[2][CSIZE + 1]; in bldtbl() 228 int tmpstorage[CSIZE + 1]; in cmptmps() 680 int i, numdiff, tmpbase, tmp[CSIZE + 1]; in mktemplate() 681 unsigned char transset[CSIZE + 1]; in mktemplate()
|
| H A D | main.c | 85 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, 86 tecfwd[CSIZE + 1]; 87 int tecbck[CSIZE + 1]; 250 csize = CSIZE; in check_options() 1223 csize = CSIZE; in flexinit()
|
| /netbsd-src/sys/arch/evbppc/walnut/ |
| H A D | consinit.c | 58 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */ 81 #define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | termios.d | 197 enum CSIZE = 0x0000030; // 0000060 in version() local 294 enum CSIZE = 0x0000300; in version() local 391 enum CSIZE = 0x0000300; in version() local 488 enum CSIZE = 0x0000300; in version() local 585 enum CSIZE = 0x0000300; in version() local 682 enum CSIZE = 0x0000300; in version() local 764 enum CSIZE = 0x000030; in version() local
|
| /netbsd-src/sys/arch/xen/x86/ |
| H A D | consinit.c | 106 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */ 137 #define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
|
| /netbsd-src/sys/arch/sgimips/sgimips/ |
| H A D | console.c | 65 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */ 244 # define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) in kgdb_port_init()
|
| /netbsd-src/sys/arch/hppa/gsc/ |
| H A D | com_gsc.c | 120 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8) != 0) { in com_gsc_attach() 156 ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | in com_gsc_kgdb_attach()
|
| /netbsd-src/sys/compat/common/ |
| H A D | tty_43.c | 320 else if (ISSET(cflag, CSIZE) == CS8) { in ttcompatgetflags() 415 CLR(cflag, CSIZE); in ttcompatsetflags() 426 CLR(cflag, CSIZE); in ttcompatsetflags() 483 CLR(cflag, CSIZE); in ttcompatsetlflags() 494 CLR(cflag, CSIZE); in ttcompatsetlflags()
|
| /netbsd-src/sys/dev/fdt/ |
| H A D | fdt_subr.c | 458 case '5': flags &= ~CSIZE; flags |= CS5; break; in fdtbus_get_stdout_flags() 459 case '6': flags &= ~CSIZE; flags |= CS6; break; in fdtbus_get_stdout_flags() 460 case '7': flags &= ~CSIZE; flags |= CS7; break; in fdtbus_get_stdout_flags() 461 case '8': flags &= ~CSIZE; flags |= CS8; break; in fdtbus_get_stdout_flags()
|
| /netbsd-src/sys/arch/algor/algor/ |
| H A D | machdep.c | 245 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8) != 0) in mach_init() 289 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8) != 0) in mach_init() 331 (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8) != 0) in mach_init()
|
| /netbsd-src/sys/arch/x86/x86/ |
| H A D | consinit.c | 119 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */ 150 #define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
|
| /netbsd-src/libexec/getty/ |
| H A D | subr.c | 249 CLR(cflag, CSIZE|PARENB); in setflags() 253 CLR(cflag, CSIZE); in setflags() 308 CLR(cflag, CSIZE|PARENB); in setflags() 463 CLR(cflag, CSIZE); in compatflags() 474 CLR(cflag, CSIZE); in compatflags()
|
| /netbsd-src/sys/arch/evbarm/integrator/ |
| H A D | integrator_machdep.c | 161 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */ 185 #define PLCONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
|
| /netbsd-src/usr.bin/telnet/ |
| H A D | sys_bsd.c | 367 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode() 371 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode() 372 tmp_tc.c_cflag |= old_tc.c_cflag & (CSIZE|PARENB); in TerminalNewMode()
|
| /netbsd-src/sys/arch/evbarm/kobo/ |
| H A D | kobo_machdep.c | 175 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */ 389 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */ 543 #define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
|
| /netbsd-src/sys/arch/evbppc/pmppc/ |
| H A D | machdep.c | 144 #define KGDB_DEVMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */ 299 ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8))) in consinit()
|
| /netbsd-src/sys/arch/evbmips/sbmips/ |
| H A D | console.c | 49 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
|
| /netbsd-src/sys/arch/sbmips/sbmips/ |
| H A D | console.c | 49 #define CONMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
|
| /netbsd-src/external/bsd/tmux/dist/compat/ |
| H A D | cfmakeraw.c | 31 tio->c_cflag &= ~(CSIZE|PARENB); in cfmakeraw()
|