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

/netbsd-6-1-5-RELEASE/usr.sbin/sliplogin/
H A Dsliplogin.c209 int fd, s, ldisc, odisc; local
318 if (ioctl(STDIN_FILENO, TIOCGETD, (caddr_t)&odisc) < 0) {
362 (void)ioctl(STDIN_FILENO, TIOCSETD, (caddr_t)&odisc);
/netbsd-6-1-5-RELEASE/usr.bin/tip/
H A Dtip.h258 int odisc; /* initial tty line discipline */ variable
H A Dtip.c263 if (odisc)
264 (void)ioctl(0, TIOCSETD, &odisc);

Completed in 258 milliseconds