Searched refs:MDMBUF (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/sys/ |
H A D | ioctl_compat.h | 116 #define MDMBUF 0x00100000 /*start/stop output on carrier*/ macro 136 #define LMDMBUF (MDMBUF>>16)
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 309 if (cflag&MDMBUF) in ttcompatgetflags() 310 flags |= MDMBUF; in ttcompatgetflags() 442 if (flags & MDMBUF) in ttcompatsetlflags() 443 cflag |= MDMBUF; in ttcompatsetlflags() 445 cflag &= ~MDMBUF; in ttcompatsetlflags()
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 86 { "mdmbuf", MDMBUF, 0 }, 87 { "-mdmbuf", 0, MDMBUF },
|
/freebsd/bin/stty/ |
H A D | modes.c | 83 { "mdmbuf", MDMBUF, 0 }, 84 { "-mdmbuf", 0, MDMBUF },
|
H A D | print.c | 179 put("-mdmbuf", MDMBUF, 0); /* XXX mdmbuf == dtrflow */ in print()
|
/freebsd/include/ |
H A D | termios.h | 49 #define MDMBUF CCAR_OFLOW macro
|
/freebsd/include/rpcsvc/ |
H A D | rex.x | 129 const MDMBUF = 0x00100000; /* start/stop output on carrier intr */ variable
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.c | 236 # ifdef MDMBUF 237 { "mdmbuf", MDMBUF, M_CONTROL }, 366 # ifdef MDMBUF 367 { "mdmbuf", MDMBUF, M_CONTROL },
|
/freebsd/libexec/getty/ |
H A D | subr.c | 306 SET(cflag, MDMBUF); in set_flags() 308 CLR(cflag, MDMBUF); in set_flags()
|
/freebsd/contrib/libedit/ |
H A D | tty.c | 307 #ifdef MDMBUF 308 {"mdmbuf", MDMBUF, MD_CTL},
|