Home
last modified time | relevance | path

Searched refs:CREAD (Results 1 – 18 of 18) sorted by relevance

/dragonfly/usr.sbin/moused/
H A Dmoused.c352 (CS7 | CREAD | CLOCAL | HUPCL), /* MicroSoft */
353 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
354 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
356 (CS7 | CREAD | CLOCAL | HUPCL), /* MouseMan */
360 (CS8 | CREAD | CLOCAL | HUPCL), /* MM HitTablet */
361 (CS7 | CREAD | CLOCAL | HUPCL), /* GlidePoint */
364 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* sysmouse */
367 (CS8 | CREAD | CLOCAL | HUPCL), /* VersaPad */
370 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Mariqua */
2605 setmousespeed(1200, 1200, (CS7 | CREAD | CLOCAL | HUPCL)); in pnpwakeup1()
[all …]
/dragonfly/usr.sbin/lpr/lpd/
H A Dmodes.c57 { "cread", CREAD, 0 },
58 { "-cread", 0, CREAD },
/dragonfly/bin/stty/
H A Dmodes.c57 { "cread", CREAD, 0 },
58 { "-cread", 0, CREAD },
H A Dprint.c141 put("-cread", CREAD, 1); in print()
/dragonfly/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c138 DATA(CREAD), in _nc_trace_ttymode()
147 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD) in _nc_trace_ttymode()
/dragonfly/lib/libvgl/
H A Dkeyboard.c55 term.c_cflag = CREAD | CS8; in VGLKeyboardInit()
/dragonfly/sys/sys/
H A Dttydefaults.h54 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
H A D_termios.h133 #define CREAD 0x00000800 /* enable receiver */ macro
/dragonfly/contrib/ncurses/include/
H A Dnc_termios.h131 #define CREAD 0x00080 macro
/dragonfly/usr.bin/tip/
H A Dtip.c200 ctermios.c_cflag = (CLOCAL|HUPCL|CREAD|CS8); in main()
539 termios.c_cflag = (CLOCAL|HUPCL|CREAD|CS8); in ttysetup()
/dragonfly/lib/libc/gen/
H A Dtermios.c175 t->c_cflag |= CS8|CREAD; in cfmakeraw()
/dragonfly/usr.bin/tset/
H A Dset.c122 mode.c_cflag |= (CS8 | CREAD); in reset_mode()
/dragonfly/contrib/tcsh-6/
H A Ded.term.c206 # ifdef CREAD
207 { "cread", CREAD, M_CONTROL },
/dragonfly/sbin/slattach/
H A Dslattach.c315 tty.c_cflag = CREAD | CS8 | flow_control | modem_control | cflag; in setup_line()
/dragonfly/contrib/ncurses/progs/
H A Dreset_cmd.c304 tty_settings->c_cflag |= (CS8 | CREAD); in reset_tty_settings()
/dragonfly/contrib/libedit/src/
H A Dtty.c273 #ifdef CREAD
274 {"cread", CREAD, MD_CTL},
/dragonfly/etc/
H A Dgettytab88 # cflags: CLOCAL | HUPCL | CREAD | CS8
/dragonfly/sys/dev/serial/sio/
H A Dsio.c1697 if (!(tp->t_state & TS_ISOPEN) || !(tp->t_cflag & CREAD)) { in sioinput()