/illumos-gate/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 80 "-parity", CS8, PARENB|CSIZE, 81 "-evenp", CS8, PARENB|CSIZE, 82 "-even", CS8, PARENB|CSIZE, 83 "-oddp", CS8, PARENB|PARODD|CSIZE, 84 "-odd", CS8, PARENB|PARODD|CSIZE, 94 "cs8", CS8, CSIZE, 110 "litout", CS8, (CSIZE|PARENB), 112 "pass8", CS8, (CSIZE|PARENB), 114 "raw", CS8, (CSIZE|PARENB), 125 "-markp", CS8, (PARENB|PARODD|CSIZE|PAREXT), [all …]
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 88 "-parity", CS8, PARENB|CSIZE, 89 "-evenp", CS8, PARENB|CSIZE, 90 "-oddp", CS8, PARENB|PARODD|CSIZE, 98 "cs8", CS8, CSIZE, 118 "raw", CS8, (CSIZE|PARENB), 129 "-markp", CS8, (PARENB|PARODD|CSIZE|PAREXT), 131 "-spacep", CS8, (PARENB|CSIZE|PAREXT),
|
H A D | tmautobaud.c | 88 termio.c_cflag |= CREAD|HUPCL|(CS8&CSIZE)|(B2400&CBAUD); in auto_termio() 103 termios.c_cflag |= CREAD|HUPCL|(CS8&CSIZE); in auto_termio()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | setmode.c | 42 "-parity", CS8, PARENB|CSIZE, 43 "-evenp", CS8, PARENB|CSIZE, 44 "-oddp", CS8, PARENB|PARODD|CSIZE, 52 "cs8", CS8, CSIZE, 84 "litout", CS8, (CSIZE|PARENB), 86 "pass8", CS8, (CSIZE|PARENB), 88 "raw", CS8, (CSIZE|PARENB),
|
H A D | line.c | 194 ttbufs.c_cflag |= CS8; 212 ttbufs.c_cflag |= (CS8 | CREAD | (speed ? HUPCL : 0)); 372 (Savettyb.c_cflag & ~CS8) | CS7 | PARENB; in savline() 378 Savettybs.c_cflag = (Savettybs.c_cflag & ~CS8) | CS7 | PARENB; in savline() 426 ttbufs.c_cflag |= (CS8|CLOCAL);
|
H A D | dial.c | 186 line_8bit = (call.attr->c_cflag & CS8 ? 1 : 0);
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | line.c | 160 ttbufs.c_cflag |= CS8; in fixline() 191 ttbufs.c_cflag |= (CS8 | CREAD | (speed ? HUPCL : 0)); in fixline() 239 Savettyb.c_cflag = (Savettyb.c_cflag & ~CS8) | CS7; in savline() 245 Savettybs.c_cflag = (Savettybs.c_cflag & ~CS8) | CS7; in savline()
|
H A D | dial.c | 176 line_8bit = (call.attr->c_cflag & CS8 ? 1 : 0); in dial()
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | keyname.sh | 84 if (SHELLTTYS.c_cflag & CS8) 86 if (SHELLTTY.c_cflag & CS8)
|
/illumos-gate/usr/src/uts/sun/sys/ |
H A D | ser_async.h | 67 #define IFLAGS_SVID (CS8|CREAD|HUPCL) 69 #define I_CFLAGS ((ISPEED << IBSHIFT) | ISPEED | CS8 | CREAD | HUPCL)
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | meta.c | 58 PTERMIOS(_prog)->c_cflag |= bf ? CS8 : CS7; in meta()
|
H A D | wgetch.c | 199 if (((PTERMIOS(_prog)->c_cflag & CSIZE) != CS8) && (*pChar != EOF)) in __m_read_input_char() 220 if ((PTERMIOS(_prog)->c_cflag & CSIZE) != CS8) { in __m_typeahead_read_input_char()
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | meta.c | 55 cur_term->_prog.c_cflag |= bf ? CS8 : CS7; in meta()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | bhyve_sol_glue.c | 37 t->c_cflag |= CS8|CREAD; in cfmakeraw()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ttcompat.c | 1116 termiosp->c_cflag |= CS8; in from_compat() 1124 termiosp->c_cflag |= CS8; in from_compat() 1127 termiosp->c_cflag |= CS8; in from_compat() 1134 termiosp->c_cflag |= CS8; in from_compat() 1246 (termiosp->c_cflag & (CSIZE|PARENB)) == CS8 && in to_compat() 1254 if ((termiosp->c_cflag & (CSIZE|PARENB)) == CS8 && in to_compat() 1259 if ((termiosp->c_cflag & (CSIZE|PARENB)) == CS8) { in to_compat()
|
H A D | tty_common.c | 36 B9600|CS8|CREAD, /* c_cflag */
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | ifdef.c | 119 termio.c_cflag = HUPCL | CREAD | CS8 | stopbits | in setupline() 131 termios.c_cflag = HUPCL | CREAD | CS8 | stopbits | in setupline()
|
/illumos-gate/usr/src/cmd/tip/aculib/ |
H A D | v831.c | 190 cntrl.c_cflag |= CS8; in dialit()
|
/illumos-gate/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 1146 termios.c_cflag |= CS8; in serial_hw_init() 1173 termios.c_cflag |= CS8; in serial_hw_init()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | termios.h | 264 #define CS8 0000060 macro
|
/illumos-gate/usr/src/uts/sun/io/ |
H A D | ms.c | 335 cb->c_cflag = CREAD|CS8|B9600; in msopen() 976 cb->c_cflag = CREAD|CS8|msd->msd_baud_rate; in msrput()
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | tip.c | 514 buf.c_cflag |= CS8; in ttysetup()
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | tty.c | 327 ttybuf.c_cflag |= CS8; /* character size = 8 */ in savetty()
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_promif.c | 437 static const uint_t bitsmap[] = { CS6, CS6, CS7, CS8 }; in kmdb_parse_mode()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 465 tmp_tc.c_cflag |= CS8;
|