#include <tty.h>
Public Attributes | |
TTYPerm_t | t_t |
TTYChar_t | t_c |
termios t_ex t_ed | t_ts |
int | t_tabs |
int | t_eight |
speed_t | t_speed |
int | t_mode |
unsigned char | t_vdisable |
Definition at line 478 of file tty.h.
Definition at line 479 of file tty.h.
Referenced by tty_init(), tty_quotemode(), tty_rawmode(), tty_setup(), and tty_stty().
Definition at line 480 of file tty.h.
Referenced by tty_bind_char(), tty_init(), tty_rawmode(), and tty_setup().
struct termios t_ex t_ed ElTTY_t::t_ts |
int ElTTY_t::t_tabs |
Definition at line 482 of file tty.h.
Referenced by term_setflags(), tty_rawmode(), and tty_setup().
int ElTTY_t::t_eight |
speed_t ElTTY_t::t_speed |
int ElTTY_t::t_mode |
Definition at line 485 of file tty.h.
Referenced by read_preread(), tty_cookedmode(), tty_init(), tty_noquotemode(), tty_quotemode(), and tty_rawmode().
unsigned char ElTTY_t::t_vdisable |