Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/sliplogin/
H A Dsliplogin.c206 int fd, s, ldisc, odisc; local
302 if (ioctl(0, TIOCGETD, (caddr_t)&odisc) < 0) {
346 (void) ioctl(0, TIOCSETD, (caddr_t)&odisc);
/original-bsd/usr.bin/tip/
H A Dtip.c175 ioctl(0, TIOCGETD, (char *)&odisc);
209 if (odisc) in cleanup()
210 ioctl(0, TIOCSETD, (char *)&odisc); in cleanup()
266 ioctl(0, TIOCSETD, (char *)&odisc); in unraw()
H A Dtip.h247 int odisc; /* initial tty line discipline */ variable