Searched refs:TTYDISC (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/sys/
H A Dttycom.h139 #define TTYDISC 0 /* termios tty line discipline */ macro
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dremote.c129 LD = TTYDISC;
H A Dtip.c58 int disc = TTYDISC; /* tip normally runs this way */
235 if (value(LINEDISC) != TTYDISC) {
/freebsd-9.3-release/bin/stty/
H A Dkey.c291 tmp = TTYDISC;
H A Dprint.c63 if (ldisc != TTYDISC) {
/freebsd-9.3-release/sys/kern/
H A Dtty.c799 *(int *)data = TTYDISC;
1553 /* For compatibility - we only support TTYDISC. */
1554 *(int *)data = TTYDISC;
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_ioctl.c954 line = TTYDISC;
973 int bsd_line = TTYDISC;
979 case TTYDISC:

Completed in 99 milliseconds