Home
last modified time | relevance | path

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

/src/contrib/tcsh/
H A Dtc.disc.c53 char strPOSIX[] = "posix"; variable
139 if (strcmp(tx.tx_name, strPOSIX) != 0)
140 if (ioctl(f, TXADDCD, (ioctl_t) strPOSIX) == 0) {
185 return (ioctl(f, TXDELCD, (ioctl_t) strPOSIX));
H A Ded.term.c1085 extern char strPOSIX[]; in tty_setdisc()
1100 if (strcmp(tx_disc.tx_name, strPOSIX) != 0) { in tty_setdisc()
1102 if (ioctl(fd, TXSETLD, (ioctl_t) strPOSIX) == -1) in tty_setdisc()