Home
last modified time | relevance | path

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

/dragonfly/sbin/slattach/
H A Dslattach.c129 modem_control = CLOCAL; /* clear HUPCL too */ in main()
209 else if (!(modem_control & CLOCAL)) { in main()
452 setup_line(CLOCAL); in sighup_handler()
472 if (!(modem_control & CLOCAL)) { in sighup_handler()
473 tty.c_cflag &= ~CLOCAL; in sighup_handler()
492 if (!(modem_control & CLOCAL)) { in sighup_handler()
541 if (modem_control & CLOCAL) in sigurg_handler()
/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.c75 { "clocal", CLOCAL, 0 },
76 { "-clocal", 0, CLOCAL },
/dragonfly/bin/stty/
H A Dmodes.c75 { "clocal", CLOCAL, 0 },
76 { "-clocal", 0, CLOCAL },
H A Dprint.c159 put("-clocal", CLOCAL, 0); in print()
H A Dkey.c257 ip->t.c_cflag = TTYDEF_CFLAG | (ip->t.c_cflag & CLOCAL); in f_sane()
/dragonfly/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c137 DATA(CLOCAL), in _nc_trace_ttymode()
147 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD) in _nc_trace_ttymode()
/dragonfly/usr.sbin/ppp/
H A Dtty.c460 ios.c_cflag |= CLOCAL | CCTS_OFLOW | CRTS_IFLOW; in tty_Raw()
462 ios.c_cflag |= CLOCAL; in tty_Raw()
717 ios.c_cflag |= CLOCAL | CCTS_OFLOW | CRTS_IFLOW; in tty_Create()
719 ios.c_cflag |= CLOCAL; in tty_Create()
/dragonfly/etc/
H A Dgettytab86 # CLOCAL mode (so no DCD is required), and uses Xon/Xoff flow control.
88 # cflags: CLOCAL | HUPCL | CREAD | CS8
96 local.9600|CLOCAL tty @ 9600 Bd:\
/dragonfly/contrib/ncurses/include/
H A Dnc_termios.h135 #define CLOCAL 0x00800 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()
H A Dunidialer.c262 t.c_cflag |= CLOCAL; in unidialer_tty_clocal()
264 t.c_cflag &= ~CLOCAL; in unidialer_tty_clocal()
/dragonfly/sys/sys/
H A D_termios.h137 #define CLOCAL 0x00008000 /* ignore modem status lines */ macro
/dragonfly/sbin/startslip/
H A Dstartslip.c332 t.c_cflag |= CLOCAL; /* until modem commands passes */ in main()
368 t.c_cflag &= ~(CLOCAL); in main()
/dragonfly/contrib/gdb-7/gdb/
H A Dser-unix.c413 state.termios.c_cflag |= CLOCAL | CS8; in hardwire_raw()
436 state.termio.c_cflag |= CLOCAL | CS8; in hardwire_raw()
/dragonfly/usr.bin/tset/
H A Dset.c121 mode.c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD | CLOCAL); in reset_mode()
/dragonfly/sys/dev/serial/sio/
H A Dsio.c1066 com->it_in.c_cflag = TTYDEF_CFLAG | CLOCAL; in sioattach()
1068 com->lt_out.c_cflag = com->lt_in.c_cflag = CLOCAL; in sioattach()
1423 && !(tp->t_cflag & CLOCAL) && !(ap->a_oflags & O_NONBLOCK)) { in sioopen()
1522 && !(com->it_in.c_cflag & CLOCAL)) in comhardclose()
3091 com->it_in.c_cflag = TTYDEF_CFLAG | CLOCAL; in siocnprobe()
3093 com->lt_out.c_cflag = com->lt_in.c_cflag = CLOCAL; in siocnprobe()
/dragonfly/usr.bin/window/
H A Dwwinit.c104 wwwintty.ww_termios.c_cflag &= ~CLOCAL; in wwinit()
/dragonfly/contrib/tcsh-6/
H A Ded.term.c218 # ifdef CLOCAL
219 { "clocal", CLOCAL, M_CONTROL },
/dragonfly/games/morse/
H A Dmorse.c431 ntty.c_cflag |= CLOCAL; in main()
/dragonfly/contrib/ncurses/progs/
H A Dreset_cmd.c303 | CLOCAL)); in reset_tty_settings()
/dragonfly/sys/kern/
H A Dtty.c226 if (ISSET(tp->t_cflag, CLOCAL)) { in ttyopen()
1061 if (ISSET(t->c_cflag, CLOCAL) && in ttioctl()
1062 !ISSET(tp->t_cflag, CLOCAL)) { in ttioctl()
1076 ISSET(t->c_cflag, CLOCAL)) && in ttioctl()
1620 !ISSET(tp->t_cflag, CLOCAL)) { in ttymodem()
/dragonfly/libexec/getty/
H A Dmain.c466 tmode.c_cflag |= CLOCAL; in defttymode()
/dragonfly/sys/dev/misc/dcons/
H A Ddcons_os.c233 tp->t_cflag = TTYDEF_CFLAG|CLOCAL; in dcons_open()
/dragonfly/contrib/libedit/src/
H A Dtty.c285 #ifdef CLOCAL
286 {"clocal", CLOCAL, MD_CTL},