Symbol: CLOCAL
bin/stty/key.c
257
ip->t.c_cflag = TTYDEF_CFLAG | (ip->t.c_cflag & CLOCAL);
bin/stty/modes.c
75
{ "clocal", CLOCAL, 0 },
bin/stty/modes.c
76
{ "-clocal", 0, CLOCAL },
bin/stty/print.c
159
put("-clocal", CLOCAL, 0);
games/morse/morse.c
431
ntty.c_cflag |= CLOCAL;
libexec/getty/main.c
466
tmode.c_cflag |= CLOCAL;
sbin/slattach/slattach.c
129
modem_control = CLOCAL; /* clear HUPCL too */
sbin/slattach/slattach.c
209
else if (!(modem_control & CLOCAL)) {
sbin/slattach/slattach.c
452
setup_line(CLOCAL);
sbin/slattach/slattach.c
472
if (!(modem_control & CLOCAL)) {
sbin/slattach/slattach.c
473
tty.c_cflag &= ~CLOCAL;
sbin/slattach/slattach.c
492
if (!(modem_control & CLOCAL)) {
sbin/slattach/slattach.c
541
if (modem_control & CLOCAL)
sbin/startslip/startslip.c
332
t.c_cflag |= CLOCAL; /* until modem commands passes */
sbin/startslip/startslip.c
368
t.c_cflag &= ~(CLOCAL);
sys/dev/misc/dcons/dcons_os.c
233
tp->t_cflag = TTYDEF_CFLAG|CLOCAL;
sys/dev/serial/sio/sio.c
1066
com->it_in.c_cflag = TTYDEF_CFLAG | CLOCAL;
sys/dev/serial/sio/sio.c
1068
com->lt_out.c_cflag = com->lt_in.c_cflag = CLOCAL;
sys/dev/serial/sio/sio.c
1423
&& !(tp->t_cflag & CLOCAL) && !(ap->a_oflags & O_NONBLOCK)) {
sys/dev/serial/sio/sio.c
1522
&& !(com->it_in.c_cflag & CLOCAL))
sys/dev/serial/sio/sio.c
3091
com->it_in.c_cflag = TTYDEF_CFLAG | CLOCAL;
sys/dev/serial/sio/sio.c
3093
com->lt_out.c_cflag = com->lt_in.c_cflag = CLOCAL;
sys/kern/tty.c
1061
if (ISSET(t->c_cflag, CLOCAL) &&
sys/kern/tty.c
1062
!ISSET(tp->t_cflag, CLOCAL)) {
sys/kern/tty.c
1076
ISSET(t->c_cflag, CLOCAL)) &&
sys/kern/tty.c
1620
!ISSET(tp->t_cflag, CLOCAL)) {
sys/kern/tty.c
226
if (ISSET(tp->t_cflag, CLOCAL)) {
usr.bin/tip/tip.c
200
ctermios.c_cflag = (CLOCAL|HUPCL|CREAD|CS8);
usr.bin/tip/tip.c
539
termios.c_cflag = (CLOCAL|HUPCL|CREAD|CS8);
usr.bin/tip/unidialer.c
262
t.c_cflag |= CLOCAL;
usr.bin/tip/unidialer.c
264
t.c_cflag &= ~CLOCAL;
usr.bin/tset/set.c
121
mode.c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD | CLOCAL);
usr.bin/window/wwinit.c
104
wwwintty.ww_termios.c_cflag &= ~CLOCAL;
usr.sbin/lpr/lpd/modes.c
75
{ "clocal", CLOCAL, 0 },
usr.sbin/lpr/lpd/modes.c
76
{ "-clocal", 0, CLOCAL },
usr.sbin/moused/moused.c
2605
setmousespeed(1200, 1200, (CS7 | CREAD | CLOCAL | HUPCL));
usr.sbin/moused/moused.c
2671
setmousespeed(1200, 1200, (CS7 | CREAD | CLOCAL | HUPCL));
usr.sbin/moused/moused.c
352
(CS7 | CREAD | CLOCAL | HUPCL), /* MicroSoft */
usr.sbin/moused/moused.c
353
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
usr.sbin/moused/moused.c
354
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
usr.sbin/moused/moused.c
355
(CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* MMSeries */
usr.sbin/moused/moused.c
356
(CS7 | CREAD | CLOCAL | HUPCL), /* MouseMan */
usr.sbin/moused/moused.c
360
(CS8 | CREAD | CLOCAL | HUPCL), /* MM HitTablet */
usr.sbin/moused/moused.c
361
(CS7 | CREAD | CLOCAL | HUPCL), /* GlidePoint */
usr.sbin/moused/moused.c
362
(CS7 | CREAD | CLOCAL | HUPCL), /* IntelliMouse */
usr.sbin/moused/moused.c
363
(CS7 | CREAD | CLOCAL | HUPCL), /* Thinking Mouse */
usr.sbin/moused/moused.c
364
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* sysmouse */
usr.sbin/moused/moused.c
365
(CS7 | CREAD | CLOCAL | HUPCL), /* X10 MouseRemote */
usr.sbin/moused/moused.c
366
(CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* kidspad etc. */
usr.sbin/moused/moused.c
367
(CS8 | CREAD | CLOCAL | HUPCL), /* VersaPad */
usr.sbin/moused/moused.c
370
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Mariqua */
usr.sbin/ppp/tty.c
460
ios.c_cflag |= CLOCAL | CCTS_OFLOW | CRTS_IFLOW;
usr.sbin/ppp/tty.c
462
ios.c_cflag |= CLOCAL;
usr.sbin/ppp/tty.c
717
ios.c_cflag |= CLOCAL | CCTS_OFLOW | CRTS_IFLOW;
usr.sbin/ppp/tty.c
719
ios.c_cflag |= CLOCAL;