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

/freebsd-13-stable/contrib/tcsh/
H A Dsh.print.c35 extern int Tty_eight_bit;
191 if (Tty_eight_bit == -1)
193 if (!Tty_eight_bit && (c & META)) {
H A Ded.init.c47 int Tty_eight_bit = -1; /* does the tty handle eight bits */ variable
136 Tty_eight_bit = tty_geteightbit(&extty);
195 Tty_eight_bit = tty_geteightbit(&extty);
386 Tty_eight_bit = tty_geteightbit(&tstty);
404 Tty_eight_bit = tty_geteightbit(&tstty);

Completed in 121 milliseconds