Searched refs:MDMBUF (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/sys/
H A Dioctl_compat.h116 #define MDMBUF 0x00100000 /*start/stop output on carrier*/ macro
136 #define LMDMBUF (MDMBUF>>16)
/freebsd-current/include/
H A Dtermios.h49 #define MDMBUF CCAR_OFLOW macro
/freebsd-current/bin/stty/
H A Dmodes.c83 { "mdmbuf", MDMBUF, 0 },
84 { "-mdmbuf", 0, MDMBUF },
H A Dprint.c179 put("-mdmbuf", MDMBUF, 0); /* XXX mdmbuf == dtrflow */
/freebsd-current/usr.sbin/lpr/lpd/
H A Dmodes.c86 { "mdmbuf", MDMBUF, 0 },
87 { "-mdmbuf", 0, MDMBUF },
/freebsd-current/sys/kern/
H A Dtty_compat.c309 if (cflag&MDMBUF)
310 flags |= MDMBUF;
442 if (flags & MDMBUF)
443 cflag |= MDMBUF;
445 cflag &= ~MDMBUF;
/freebsd-current/include/rpcsvc/
H A Drex.x129 const MDMBUF = 0x00100000; /* start/stop output on carrier intr */
/freebsd-current/libexec/getty/
H A Dsubr.c306 SET(cflag, MDMBUF);
308 CLR(cflag, MDMBUF);
/freebsd-current/contrib/tcsh/
H A Ded.term.c236 # ifdef MDMBUF
237 { "mdmbuf", MDMBUF, M_CONTROL },
238 # endif /* MDMBUF */
366 # ifdef MDMBUF
367 { "mdmbuf", MDMBUF, M_CONTROL },
368 # endif /* MDMBUF */
/freebsd-current/contrib/libedit/
H A Dtty.c307 #ifdef MDMBUF
308 {"mdmbuf", MDMBUF, MD_CTL},
309 #endif /* MDMBUF */

Completed in 214 milliseconds