/titanic_41/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 72 "-parity", CS8, PARENB|CSIZE, 73 "-evenp", CS8, PARENB|CSIZE, 74 "-even", CS8, PARENB|CSIZE, 75 "-oddp", CS8, PARENB|PARODD|CSIZE, 76 "-odd", CS8, PARENB|PARODD|CSIZE, 77 "parity", PARENB|CS7, PARODD|CSIZE, 78 "evenp", PARENB|CS7, PARODD|CSIZE, 79 "even", PARENB|CS7, PARODD|CSIZE, 80 "oddp", PARENB|PARODD|CS7, CSIZE, 81 "odd", PARENB|PARODD|CS7, CSIZE, [all …]
|
H A D | stty.c | 227 if (m & PARENB) { in prmodes() 241 if (((m & PARENB) && !(m & CS7)) || in prmodes() 242 (!(m & PARENB) && !(m & CS8))) in prmodes() 515 (void) fprintf(output, "-parenb " + ((m & PARENB) != 0)); in pramodes()
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 80 "-parity", CS8, PARENB|CSIZE, 81 "-evenp", CS8, PARENB|CSIZE, 82 "-oddp", CS8, PARENB|PARODD|CSIZE, 83 "parity", PARENB|CS7, PARODD|CSIZE, 84 "evenp", PARENB|CS7, PARODD|CSIZE, 85 "oddp", PARENB|PARODD|CS7, CSIZE, 86 "parenb", PARENB, 0, 87 "-parenb", 0, PARENB, 110 "raw", CS8, (CSIZE|PARENB), 111 "-raw", (CS7|PARENB), CSIZE, [all …]
|
H A D | tmautobaud.c | 92 termio.c_cflag &= ~(CBAUD|CSIZE|PARENB); in auto_termio() 107 termios.c_cflag &= ~(CSIZE|PARENB); in auto_termio()
|
H A D | stty.c | 279 if (m&PARENB) { in prmodes() 293 if (((m&PARENB) && !(m&CS7)) || (!(m&PARENB) && !(m&CS8))) in prmodes() 565 (void) printf("-parenb "+((m&PARENB) != 0)); in pramodes()
|
H A D | sttyparse.c | 258 cb->c_cflag &= ~(CS7|PARENB);
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | setmode.c | 44 "-parity", CS8, PARENB|CSIZE, 45 "-evenp", CS8, PARENB|CSIZE, 46 "-oddp", CS8, PARENB|PARODD|CSIZE, 47 "parity", PARENB|CS7, PARODD|CSIZE, 48 "evenp", PARENB|CS7, PARODD|CSIZE, 49 "oddp", PARENB|PARODD|CS7, CSIZE, 50 "parenb", PARENB, 0, 51 "-parenb", 0, PARENB, 86 "litout", CS8, (CSIZE|PARENB), 87 "-litout", (CS7|PARENB), CSIZE, [all …]
|
H A D | line.c | 201 ttbufs.c_cflag |= CS7|PARENB; 371 (Savettyb.c_cflag & ~CS8) | CS7 | PARENB; in savline() 377 Savettybs.c_cflag = (Savettybs.c_cflag & ~CS8) | CS7 | PARENB; in savline()
|
H A D | dial.c | 184 if ( call.attr->c_cflag & PARENB ) {
|
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | line.c | 175 if (ttbufs.c_cflag & PARENB) { in fixline() 179 ttbufs.c_cflag |= PARENB; in fixline() 181 if (ttbufs.c_cflag & PARENB) { in fixline() 186 ttbufs.c_cflag |= PARENB; in fixline()
|
H A D | dial.c | 174 if (call.attr->c_cflag & PARENB) { in dial()
|
/titanic_41/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 1142 termios.c_cflag &= ~(CSIZE|PARENB); in serial_hw_init() 1180 termios.c_cflag &= ~PARENB; in serial_hw_init() 1183 termios.c_cflag |= PARENB; in serial_hw_init() 1187 termios.c_cflag |= PARENB; in serial_hw_init()
|
/titanic_41/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_promif.c | 481 tip->c_cflag = (tip->c_cflag & ~(PARENB|PARODD)); in kmdb_parse_mode() 487 tip->c_cflag |= PARENB; in kmdb_parse_mode() 490 tip->c_cflag |= PARENB|PARODD; in kmdb_parse_mode()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 468 tmp_tc.c_cflag &= ~(CSIZE|PARENB); 472 tmp_tc.c_cflag &= ~(CSIZE|PARENB); 473 tmp_tc.c_cflag |= old_tc.c_cflag & (CSIZE|PARENB);
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 189 TTYMODE(PARENB, c_cflag, 92)
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1237 termiosp->c_cflag |= CS7|PARENB; in from_compat() 1242 termiosp->c_cflag |= CS7|PARENB|PARODD; in from_compat() 1247 termiosp->c_cflag |= CS7|PARENB; in from_compat() 1344 (termiosp->c_cflag & (CSIZE|PARENB)) == CS8 && in to_compat() 1352 if ((termiosp->c_cflag & (CSIZE|PARENB)) == CS8 && in to_compat() 1357 if ((termiosp->c_cflag & (CSIZE|PARENB)) == CS8) { in to_compat()
|
H A D | consconfig_dacf.c | 1940 ~(CSIZE | CBAUD | CBAUDEXT | PARODD | PARENB | CSTOPB); in consconfig_setmodes() 1994 termiosp->c_cflag |= PARENB | PARODD; in consconfig_setmodes() 1997 termiosp->c_cflag |= PARENB; /* enabled, not odd */ in consconfig_setmodes()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 176 #define PARENB 0x00000100 macro
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 176 #define PARENB 0x00000100 macro
|
/titanic_41/usr/src/uts/sun/sys/ |
H A D | ser_async.h | 68 #define IFLAGS (CS7|CREAD|PARENB)
|
/titanic_41/usr/src/cmd/tip/aculib/ |
H A D | v831.c | 189 cntrl.c_cflag &= ~(CSIZE|PARENB|PARODD); in dialit()
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | stty.c | 201 { "parenb", BIT, C_FLAG, 0, PARENB, PARENB, C("Enable (disable) parity generation and detection") }, 342 { "evenp", MIXED, C_FLAG, IG, PARENB, 0, C("Same as \bparenb -parodd cs7\b") },
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | termios.h | 265 #define PARENB 0000400 macro
|
/titanic_41/usr/src/ucbcmd/tset/ |
H A D | tset.c | 916 modes.c_cflag |= PARENB; in main() 921 modes.c_cflag |= PARENB; in main()
|
/titanic_41/usr/src/cmd/mailx/ |
H A D | tty.c | 328 ttybuf.c_cflag &= ~PARENB; /* disable parity */ in savetty()
|