Home
last modified time | relevance | path

Searched refs:CLOCAL (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/usr.sbin/lpr/lpd/
H A Dmodes.c74 { "clocal", CLOCAL, 0 },
75 { "-clocal", 0, CLOCAL },
/freebsd/bin/stty/
H A Dmodes.c71 { "clocal", CLOCAL, 0 },
72 { "-clocal", 0, CLOCAL },
H A Dprint.c164 put("-clocal", CLOCAL, 0); in print()
H A Dkey.c254 ip->t.c_cflag = def.c_cflag | (ip->t.c_cflag & CLOCAL); in f_sane()
/freebsd/usr.sbin/moused/
H A Dmoused.c361 (CS7 | CREAD | CLOCAL | HUPCL), /* MicroSoft */
362 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
363 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
364 (CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* MMSeries */
365 (CS7 | CREAD | CLOCAL | HUPCL), /* MouseMan */
369 (CS8 | CREAD | CLOCAL | HUPCL), /* MM HitTablet */
370 (CS7 | CREAD | CLOCAL | HUPCL), /* GlidePoint */
371 (CS7 | CREAD | CLOCAL | HUPCL), /* IntelliMouse */
372 (CS7 | CREAD | CLOCAL | HUPCL), /* Thinking Mouse */
373 (CS8 | CSTOPB | CREAD | CLOCAL | HUPC
[all...]
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c143 DATA(CLOCAL), in _nc_trace_ttymode()
153 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD) in _nc_trace_ttymode()
/freebsd/libexec/getty/
H A Dgettytab83 # CLOCAL mode (so no DCD is required), and uses Xon/Xoff flow control.
85 # cflags: CLOCAL | HUPCL | CREAD | CS8
93 local.9600|CLOCAL tty @ 9600 Bd:\
/freebsd/contrib/ntp/parseutil/
H A Dtestdcf.c387 term.c_cflag = CS8|CREAD|CLOCAL; in main()
389 term.c_cflag = CS8|CREAD|CLOCAL|PARENB; in main()
H A Ddcfd.c1553 term.c_cflag = CS8|CREAD|CLOCAL; in main()
1555 term.c_cflag = CS8|CREAD|CLOCAL|PARENB; in main()
/freebsd/usr.sbin/ppp/
H A Dtty.c452 ios.c_cflag |= CLOCAL | CCTS_OFLOW | CRTS_IFLOW; in tty_Raw()
454 ios.c_cflag |= CLOCAL; in tty_Raw()
723 ios.c_cflag |= CLOCAL | CCTS_OFLOW | CRTS_IFLOW; in tty_Create()
725 ios.c_cflag |= CLOCAL; in tty_Create()
/freebsd/contrib/ncurses/include/
H A Dnc_termios.h139 #define CLOCAL 0x00800 macro
/freebsd/usr.bin/resizewin/
H A Dresizewin.c98 new.c_cflag |= (CLOCAL | CREAD); in main()
/freebsd/contrib/ntp/libntp/
H A Dicom.c162 ttyb.c_cflag = IBAUD|CS8|CLOCAL; /* control modes (no read) */ in icom_init()
/freebsd/sys/sys/
H A D_termios.h136 #define CLOCAL 0x00008000 /* ignore modem status lines */ macro
/freebsd/contrib/ntp/ntpd/
H A Dntp_refclock.c1062 ttyp->c_cflag = CS8 | CLOCAL | CREAD; in refclock_setup()
1065 ttyp->c_cflag = CS7 | PARENB | PARODD | CLOCAL | CREAD; in refclock_setup()
1088 ttyp->c_cflag &= ~CLOCAL; in refclock_setup()
1146 ttyp->c_cflag = speed | CS8 | CLOCAL | CREAD; in refclock_setup()
1166 ttyp->c_cflag &= ~CLOCAL; in refclock_setup()
H A Drefclock_parse.c493 #define MBG_CFLAG (CS7|PARENB|CREAD|CLOCAL|HUPCL|CSTOPB)
567 #define GPS16X_CFLAG (CS8|CREAD|CLOCAL|HUPCL)
597 #define DCF7000_CFLAG (CS8|CREAD|PARENB|PARODD|CLOCAL|HUPCL)
629 #define WSDCF_CFLAG (CS8|CREAD|CLOCAL)
647 # define RAWDCF_CFLAG (CS8|CREAD|CLOCAL)
649 # define RAWDCF_CFLAG (CS8|CREAD|CLOCAL|PARENB)
691 #define IGELCLOCK_CFLAG (CS8|CREAD|HUPCL|CLOCAL)
738 #define TRIMBLETAIP_CFLAG (CS8|CREAD|CLOCAL)
744 #define TRIMBLETSIP_CFLAG (CS8|CLOCAL|CREAD|PARENB|PARODD)
814 #define RCC8000_CFLAG (CS8|CREAD|CLOCAL)
[all …]
H A Drefclock_leitch.c287 ttyb.c_cflag = SPEED232|CS8|CLOCAL|CREAD; in leitch_start()
311 ttyp->c_cflag = SPEED232|CS8|CLOCAL|CREAD; in leitch_start()
H A Drefclock_palisade.c356 tio.c_cflag = (CS8|CLOCAL|CREAD); in palisade_start()
365 tio.c_cflag = (CS8|CLOCAL|CREAD|PARENB|PARODD); in palisade_start()
370 tio.c_cflag = (CS8|CLOCAL|CREAD|PARENB|PARODD); in palisade_start()
H A Drefclock_datum.c276 arg.c_cflag = B9600 | CS8 | CREAD | PARENB | CLOCAL; in datum_pts_start()
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c352 mask |= CLOCAL; in reset_tty_settings()
355 mask |= CLOCAL; in reset_tty_settings()
/freebsd/contrib/tcsh/
H A Dmi.termios.c232 termios_p->c_cflag = CLOCAL | CREAD;
H A Ded.term.c217 # ifdef CLOCAL
218 { "clocal", CLOCAL, M_CONTROL },
/freebsd/sys/kern/
H A Dtty.c96 HUPCL|CLOCAL|CCTS_OFLOW|CRTS_IFLOW|CDTR_IFLOW|\
327 tp->t_termios.c_cflag |= CLOCAL; in ttydev_open()
344 (tp->t_termios.c_cflag & CLOCAL) == 0) { in ttydev_open()
929 ti->c_cflag |= CLOCAL; in tty_init_console()
930 to->c_cflag |= CLOCAL; in tty_init_console()
/freebsd/usr.bin/morse/
H A Dmorse.c373 ntty.c_cflag |= CLOCAL; in main()
/freebsd/usr.bin/tip/tip/
H A Dtip.c551 cntrl.c_cflag |= CLOCAL; in ttysetup()

12