Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.term.c1084 static union txname tx_disc; in tty_setdisc() local
1090 if (ioctl(fd, TXSETLD, (ioctl_t) & tx_disc) == -1) in tty_setdisc()
1097 tx_disc.tx_which = 0; in tty_setdisc()
1098 if (ioctl(fd, TXGETLD, (ioctl_t) & tx_disc) == -1) in tty_setdisc()
1100 if (strcmp(tx_disc.tx_name, strPOSIX) != 0) { in tty_setdisc()