CREAD
{ "cread", CREAD, 0 },
{ "-cread", 0, CREAD },
put("-cread", CREAD, 1);
t->c_cflag |= CS8|CREAD;
term.c_cflag = CREAD | CS8;
tty.c_cflag = CREAD | CS8 | flow_control | modem_control | cflag;
if (!(tp->t_state & TS_ISOPEN) || !(tp->t_cflag & CREAD)) {
#define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
ctermios.c_cflag = (CLOCAL|HUPCL|CREAD|CS8);
termios.c_cflag = (CLOCAL|HUPCL|CREAD|CS8);
mode.c_cflag |= (CS8 | CREAD);
{ "cread", CREAD, 0 },
{ "-cread", 0, CREAD },
setmousespeed(1200, 1200, (CS7 | CREAD | CLOCAL | HUPCL));
setmousespeed(1200, 1200, (CS7 | CREAD | CLOCAL | HUPCL));
(CS7 | CREAD | CLOCAL | HUPCL), /* MicroSoft */
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
(CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* MMSeries */
(CS7 | CREAD | CLOCAL | HUPCL), /* MouseMan */
(CS8 | CREAD | CLOCAL | HUPCL), /* MM HitTablet */
(CS7 | CREAD | CLOCAL | HUPCL), /* GlidePoint */
(CS7 | CREAD | CLOCAL | HUPCL), /* IntelliMouse */
(CS7 | CREAD | CLOCAL | HUPCL), /* Thinking Mouse */
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* sysmouse */
(CS7 | CREAD | CLOCAL | HUPCL), /* X10 MouseRemote */
(CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* kidspad etc. */
(CS8 | CREAD | CLOCAL | HUPCL), /* VersaPad */
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Mariqua */