Home
last modified time | relevance | path

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

/components/libc/posix/io/termios/
A Dtermios.h169 #define CLOCAL 0004000 macro
/components/lwp/terminal/freebsd/
A Dtty.c74 (CIGNORE | CSIZE | CSTOPB | CREAD | PARENB | PARODD | HUPCL | CLOCAL | \
330 tp->t_termios.c_cflag |= CLOCAL; in ttydev_open()
346 if ((oflags & O_NONBLOCK) == 0 && (tp->t_termios.c_cflag & CLOCAL) == 0) in ttydev_open()
A Dtty_ttydisc.c660 if (!tty_opened(tp) || CMP_FLAG(c, CLOCAL)) in ttydisc_modem()

Completed in 7 milliseconds