CREAD
{ "cread", CREAD, 0 },
{ "-cread", 0, CREAD },
put("-cread", CREAD, 1);
t->c_cflag |= CS8|CREAD;
term.c_cflag = CREAD | CS8;
if (bios->c_cflag & CREAD)
bios->c_cflag |= CREAD;
if (tp->t_termios.c_cflag & CREAD)
#define TTYSUP_CFLAG (CIGNORE|CSIZE|CSTOPB|CREAD|PARENB|PARODD|\
t->c_cflag |= CREAD;
#define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
new.c_cflag |= (CLOCAL | 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 */
(CS8 | CREAD | HUPCL ), /* GTCO Digi-Pad */
t.c_cflag = CLOCAL | CREAD;