tty.h | 8 Rearranged to work with autoconf, added TTY_state, get_tty/set_tty 45 typedef struct termios TTY_state; 65 typedef struct termio TTY_state; 87 } TTY_state; 98 EXTERN TTY_state tty_state; /* saved tty state */ variable in typeref:typename:EXTERN TTY_state 100 extern int get_tty ARGS((int fd, TTY_state *ts)); 101 extern int set_tty ARGS((int fd, TTY_state *ts, int flags));
|