Home
last modified time | relevance | path

Searched refs:CSTOPB (Results 1 – 25 of 26) sorted by relevance

12

/dragonfly/usr.sbin/lpr/lpd/
H A Dmodes.c55 { "cstopb", CSTOPB, 0 },
56 { "-cstopb", 0, CSTOPB },
/dragonfly/bin/stty/
H A Dmodes.c55 { "cstopb", CSTOPB, 0 },
56 { "-cstopb", 0, CSTOPB },
H A Dprint.c160 put("-cstopb", CSTOPB, 0); in print()
/dragonfly/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c139 DATA(CSTOPB), in _nc_trace_ttymode()
147 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD) in _nc_trace_ttymode()
/dragonfly/contrib/gdb-7/gdb/
H A Dser-unix.c877 state.termios.c_cflag &= ~CSTOPB; in hardwire_setstopbits()
879 state.termios.c_cflag |= CSTOPB; /* two bits */ in hardwire_setstopbits()
884 state.termio.c_cflag &= ~CSTOPB; in hardwire_setstopbits()
886 state.termio.c_cflag |= CSTOPB; /* two bits */ in hardwire_setstopbits()
/dragonfly/contrib/ncurses/include/
H A Dnc_termios.h130 #define CSTOPB 0x00040 macro
/dragonfly/sys/sys/
H A D_termios.h132 #define CSTOPB 0x00000400 /* send 2 stop bits */ macro
/dragonfly/usr.bin/tset/
H A Dset.c121 mode.c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD | CLOCAL); in reset_mode()
/dragonfly/sys/bus/u4b/serial/
H A Duark.c366 if (t->c_cflag & CSTOPB) in uark_cfg_param()
H A Dubser.c335 if (t->c_cflag & CSTOPB) in ubser_pre_param()
H A Ducycom.c498 if (t->c_cflag & CSTOPB) in ucycom_cfg_param()
H A Dubsa.c480 value = (t->c_cflag & CSTOPB) ? 1 : 0; in ubsa_cfg_param()
H A Dumct.c492 value |= (t->c_cflag & CSTOPB) ? 0x4 : 0; in umct_cfg_param()
H A Dumoscom.c463 if (t->c_cflag & CSTOPB) in umoscom_cfg_param()
H A Duvscom.c585 if (t->c_cflag & CSTOPB) { in uvscom_cfg_param()
H A Duftdi.c607 if (t->c_cflag & CSTOPB) in uftdi_set_parm_soft()
H A Dumodem.c578 ls.bCharFormat = (t->c_cflag & CSTOPB) ? in umodem_cfg_param()
H A Duslcom.c525 if (t->c_cflag & CSTOPB) in uslcom_param()
H A Duplcom.c652 if (t->c_cflag & CSTOPB) { in uplcom_cfg_param()
H A Dufoma.c964 if (t->c_cflag & CSTOPB) { in ufoma_cfg_param()
H A Dumcs.c594 if (t->c_cflag & CSTOPB) { in umcs7840_cfg_param()
/dragonfly/contrib/tcsh-6/
H A Ded.term.c203 # ifdef CSTOPB
204 { "cstopb", CSTOPB, M_CONTROL },
/dragonfly/contrib/ncurses/progs/
H A Dreset_cmd.c300 | CSTOPB in reset_tty_settings()
/dragonfly/usr.sbin/moused/
H A Dmoused.c353 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
354 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
364 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* sysmouse */
370 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Mariqua */
/dragonfly/contrib/libedit/src/
H A Dtty.c270 #ifdef CSTOPB
271 {"cstopb", CSTOPB, MD_CTL},

12