Symbol: CLOCAL
bin/stty/key.c
296
ip->t.c_cflag = TTYDEF_CFLAG | (ip->t.c_cflag & (CLOCAL|CRTSCTS));
bin/stty/modes.c
77
{ "clocal", CLOCAL, 0 },
bin/stty/modes.c
78
{ "-clocal", 0, CLOCAL },
bin/stty/print.c
164
put("-clocal", CLOCAL, 0);
lib/libedit/tty.c
279
#ifdef CLOCAL
lib/libedit/tty.c
280
{"clocal", CLOCAL, MD_CTL},
sbin/ldattach/ldattach.c
277
tty.c_cflag |= CLOCAL;
sys/arch/hppa/dev/pdc.c
208
tp->t_cflag = TTYDEF_CFLAG|CLOCAL;
sys/arch/loongson/dev/com_leioc.c
120
CS8 | CLOCAL;
sys/arch/loongson/loongson/yeeloong_machdep.c
510
CS8 | CLOCAL; /* 8N1 */
sys/arch/luna88k/dev/siotty.c
366
t->c_cflag |= CLOCAL;
sys/arch/luna88k/dev/siotty.c
370
t->c_cflag |= CLOCAL;
sys/arch/macppc/dev/zs.c
706
cflag |= CLOCAL;
sys/arch/macppc/dev/zs.c
721
if ((cflag & (CLOCAL | MDMBUF)) != 0)
sys/arch/sh/dev/scif.c
553
SET(t->c_cflag, CLOCAL);
sys/arch/sh/dev/scif.c
719
SET(t.c_cflag, CLOCAL);
sys/arch/sparc64/dev/sab.c
661
tp->t_cflag |= CLOCAL;
sys/arch/sparc64/dev/sab.c
709
while ((tp->t_cflag & CLOCAL) == 0 &&
sys/arch/sparc64/dev/sab.c
989
cflag |= CLOCAL;
sys/arch/sparc64/dev/z8530kbd.c
414
if (zs_set_modes(cs, CS8 | CLOCAL)) {
sys/arch/sparc64/dev/zs.c
529
if ((cflag & (CLOCAL | MDMBUF)) != 0) {
sys/dev/fdt/exuart.c
708
SET(tp->t_cflag, CLOCAL);
sys/dev/fdt/exuart.c
794
(!ISSET(tp->t_cflag, CLOCAL) &&
sys/dev/fdt/imxuart.c
517
SET(tp->t_cflag, CLOCAL);
sys/dev/fdt/imxuart.c
589
(!ISSET(tp->t_cflag, CLOCAL) &&
sys/dev/fdt/mvuart.c
449
(!ISSET(tp->t_cflag, CLOCAL) &&
sys/dev/ic/com.c
274
SET(tp->t_cflag, CLOCAL);
sys/dev/ic/com.c
401
(!ISSET(tp->t_cflag, CLOCAL) &&
sys/dev/ic/cy.c
297
SET(tp->t_cflag, CLOCAL);
sys/dev/ic/cy.c
366
while (!ISSET(tp->t_cflag, CLOCAL) &&
sys/dev/ic/pluart.c
592
SET(tp->t_cflag, CLOCAL);
sys/dev/ic/pluart.c
662
(!ISSET(tp->t_cflag, CLOCAL) &&
sys/dev/ic/z8530tty.c
513
SET(t.c_cflag, CLOCAL);
sys/dev/ic/z8530tty.c
598
(!ISSET(tp->t_cflag, CLOCAL) && !ISSET(tp->t_state, TS_CARR_ON))) {
sys/dev/ic/z8530tty.c
628
if ((ISSET(tp->t_cflag, CLOCAL) ||
sys/dev/ic/z8530tty.c
914
SET(cflag, CLOCAL);
sys/dev/pci/cz.c
1322
SET(cflag, CLOCAL);
sys/dev/pci/cz.c
995
SET(t.c_cflag, CLOCAL);
sys/dev/pv/viocon.c
518
tp->t_cflag = TTYDEF_CFLAG|CLOCAL|CRTSCTS;
sys/dev/sbus/magma.c
858
SET(tp->t_cflag, CLOCAL);
sys/dev/sbus/magma.c
901
while (!ISSET(tp->t_cflag, CLOCAL) && !ISSET(tp->t_state, TS_CARR_ON)) {
sys/dev/sbus/spif.c
354
SET(tp->t_cflag, CLOCAL);
sys/dev/sbus/spif.c
388
while (!ISSET(tp->t_cflag, CLOCAL) &&
sys/dev/tc/zs_ioasic.c
483
if ((cflag & (CLOCAL | MDMBUF)) != 0) {
sys/dev/usb/ucom.c
264
CLR(tp->t_cflag, CLOCAL | MDMBUF);
sys/dev/usb/ucom.c
457
SET(t.c_cflag, CLOCAL);
sys/dev/usb/ucom.c
513
while (sc->sc_cua || (!ISSET(tp->t_cflag, CLOCAL) &&
sys/dev/usb/ucom.c
900
SET(t->c_cflag, CLOCAL);
sys/dev/usb/umcs.c
572
if (t->c_cflag & CLOCAL)
sys/kern/tty.c
1138
if (!ISSET(tp->t_cflag, CLOCAL) && !ISSET(tp->t_state, TS_CARR_ON)) {
sys/kern/tty.c
1173
if (!ISSET(tp->t_cflag, CLOCAL) &&
sys/kern/tty.c
1194
if (!ISSET(tp->t_cflag, CLOCAL) &&
sys/kern/tty.c
1235
(ISSET(tp->t_state, TS_CARR_ON) || ISSET(tp->t_cflag, CLOCAL)) &&
sys/kern/tty.c
1239
(ISSET(tp->t_state, TS_CARR_ON) || ISSET(tp->t_cflag, CLOCAL))
sys/kern/tty.c
1411
!ISSET(tp->t_cflag, CLOCAL)) {
sys/kern/tty.c
1440
!ISSET(tp->t_cflag, CLOCAL)) {
sys/kern/tty.c
1576
ISSET(tp->t_cflag, CLOCAL);
sys/kern/tty.c
1735
!ISSET(tp->t_cflag, CLOCAL)) {
sys/kern/tty.c
2294
!(ISSET(tp->t_state, TS_CARR_ON) || ISSET(tp->t_cflag, CLOCAL))) {
sys/kern/tty.c
888
ISSET(tp->t_cflag, CLOCAL) &&
sys/kern/tty.c
889
!ISSET(t->c_cflag, CLOCAL)) {
sys/net/ppp_tty.c
295
if ((tp->t_state & TS_CARR_ON) == 0 && (tp->t_cflag & CLOCAL) == 0
sys/net/ppp_tty.c
334
if ((tp->t_state & TS_CARR_ON) == 0 && (tp->t_cflag & CLOCAL) == 0)
sys/net/ppp_tty.c
710
&& !((tp->t_state & TS_CARR_ON) == 0 && (tp->t_cflag & CLOCAL) == 0)
usr.bin/cu/cu.c
305
tio.c_cflag |= CREAD|CS8|CLOCAL;
usr.bin/tic/reset_cmd.c
306
| CLOCAL));
usr.sbin/lpd/lp_stty.c
260
ip->t.c_cflag = TTYDEF_CFLAG | (ip->t.c_cflag & (CLOCAL|CRTSCTS));
usr.sbin/lpd/lp_stty.c
319
{ "clocal", CLOCAL, 0 },
usr.sbin/lpd/lp_stty.c
320
{ "-clocal", 0, CLOCAL },
usr.sbin/lpr/lpd/key.c
230
ip->t.c_cflag = TTYDEF_CFLAG | (ip->t.c_cflag & (CLOCAL|CRTSCTS));
usr.sbin/lpr/lpd/modes.c
74
{ "clocal", CLOCAL, 0 },
usr.sbin/lpr/lpd/modes.c
75
{ "-clocal", 0, CLOCAL },
usr.sbin/pppd/sys-bsd.c
421
tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
usr.sbin/pppd/sys-bsd.c
429
tios.c_cflag |= CLOCAL;
usr.sbin/wsmoused/mouse_protocols.c
100
(CS7 | CREAD | CLOCAL | HUPCL), /* Thinking Mouse */
usr.sbin/wsmoused/mouse_protocols.c
300
SetMouseSpeed(1200, (CS7 | CREAD | CLOCAL | HUPCL));
usr.sbin/wsmoused/mouse_protocols.c
334
SetMouseSpeed(1200, (CS7 | CREAD | CLOCAL | HUPCL));
usr.sbin/wsmoused/mouse_protocols.c
92
(CS7 | CREAD | CLOCAL | HUPCL), /* Microsoft */
usr.sbin/wsmoused/mouse_protocols.c
93
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
usr.sbin/wsmoused/mouse_protocols.c
94
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
usr.sbin/wsmoused/mouse_protocols.c
95
(CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* MMSeries */
usr.sbin/wsmoused/mouse_protocols.c
96
(CS7 | CREAD | CLOCAL | HUPCL), /* MouseMan */
usr.sbin/wsmoused/mouse_protocols.c
97
(CS8 | CREAD | CLOCAL | HUPCL), /* MM HitTablet */
usr.sbin/wsmoused/mouse_protocols.c
98
(CS7 | CREAD | CLOCAL | HUPCL), /* GlidePoint */
usr.sbin/wsmoused/mouse_protocols.c
99
(CS7 | CREAD | CLOCAL | HUPCL), /* IntelliMouse */