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

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.disc.c70 struct termio termiob; local
72 struct termios termiob;
75 if (ioctl(f, TCGETA, (ioctl_t) & termiob) == 0) {
76 otermiob = termiob;
78 if (termiob.c_line != NTTYDISC || termiob.c_cc[VSWTCH] == 0) { /*}*/
79 termiob.c_line = NTTYDISC;
81 if (termiob.c_cc[VSWTCH] == 0) {
83 termiob.c_cc[VSWTCH] = CSWTCH;
84 if (ioctl(f, TCSETA, (ioctl_t) & termiob) !
97 struct termio termiob; local
[all...]

Completed in 164 milliseconds