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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.print.c39 extern int Tty_eight_bit;
195 if (Tty_eight_bit == -1)
197 if (!Tty_eight_bit && (c & META)) {
H A Ded.init.c51 int Tty_eight_bit = -1; /* does the tty handle eight bits */ variable
140 Tty_eight_bit = tty_geteightbit(&extty);
199 Tty_eight_bit = tty_geteightbit(&extty);
390 Tty_eight_bit = tty_geteightbit(&tstty);
408 Tty_eight_bit = tty_geteightbit(&tstty);

Completed in 48 milliseconds