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

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

Completed in 99 milliseconds