Symbol: TTY
lib/libcurses/base/lib_getstr.c
82
TTY buf;
lib/libcurses/base/lib_newterm.c
84
TTY buf;
lib/libcurses/base/lib_set_term.c
324
static const TTY null_TTY; /* all zeros iff uninitialized */
lib/libcurses/base/lib_set_term.c
695
!memcmp(&cur_term->Ottyb, &null_TTY, sizeof(TTY)))
lib/libcurses/curses.priv.h
1708
extern NCURSES_EXPORT(char *) _nc_trace_ttymode(const TTY *tty);
lib/libcurses/curses.priv.h
2341
extern NCURSES_EXPORT(int) _nc_set_tty_mode(TTY *);
lib/libcurses/curses.priv.h
2342
extern NCURSES_EXPORT(int) _nc_get_tty_mode(TTY *);
lib/libcurses/curses.priv.h
2392
int (*td_sgmode)(struct DriverTCB*, int setFlag, TTY*);
lib/libcurses/curses.priv.h
2577
extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_get_tty_mode)(SCREEN*,TTY*);
lib/libcurses/curses.priv.h
2587
extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_set_tty_mode)(SCREEN*, TTY*);
lib/libcurses/curses.priv.h
978
TTY _saved_tty; /* savetty/resetty information */
lib/libcurses/term.h
801
extern NCURSES_EXPORT(int) _nc_set_tty_mode (TTY *buf);
lib/libcurses/term.priv.h
114
TTY Ottyb; /* original state of the terminal */
lib/libcurses/term.priv.h
115
TTY Nttyb; /* current state of the terminal */
lib/libcurses/term.priv.h
299
TTY * saved_tty; /* savetty/resetty information */
lib/libcurses/tinfo/lib_raw.c
147
TTY buf;
lib/libcurses/tinfo/lib_raw.c
196
TTY buf;
lib/libcurses/tinfo/lib_raw.c
231
TTY buf;
lib/libcurses/tinfo/lib_raw.c
286
TTY buf;
lib/libcurses/tinfo/lib_raw.c
327
TTY buf;
lib/libcurses/tinfo/lib_raw.c
372
TTY buf;
lib/libcurses/tinfo/lib_raw.c
91
TTY buf;
lib/libcurses/tinfo/lib_ttyflags.c
135
_nc_set_tty_mode(TTY * buf)
lib/libcurses/tinfo/lib_ttyflags.c
283
static TTY *
lib/libcurses/tinfo/lib_ttyflags.c
286
TTY *result = 0;
lib/libcurses/tinfo/lib_ttyflags.c
289
result = (TTY *) & (SP_PARM->_saved_tty);
lib/libcurses/tinfo/lib_ttyflags.c
292
_nc_prescreen.saved_tty = typeCalloc(TTY, 1);
lib/libcurses/tinfo/lib_ttyflags.c
50
NCURSES_SP_NAME(_nc_get_tty_mode) (NCURSES_SP_DCLx TTY * buf)
lib/libcurses/tinfo/lib_ttyflags.c
88
_nc_get_tty_mode(TTY * buf)
lib/libcurses/tinfo/lib_ttyflags.c
95
NCURSES_SP_NAME(_nc_set_tty_mode) (NCURSES_SP_DCLx TTY * buf)
lib/libcurses/tinfo/lib_win32con.c
244
_nc_console_setmode(HANDLE hdl, const TTY * arg)
lib/libcurses/tinfo/lib_win32con.c
252
TTY TRCTTY;
lib/libcurses/tinfo/lib_win32con.c
302
_nc_console_getmode(HANDLE hdl, TTY * arg)
lib/libcurses/tinfo/tinfo_driver.c
564
drv_sgmode(TERMINAL_CONTROL_BLOCK * TCB, int setFlag, TTY * buf)
lib/libcurses/widechar/lib_get_wstr.c
92
TTY buf;
usr.bin/tic/reset_cmd.c
196
reset_tty_settings(int fd, TTY * tty_settings, int noset)
usr.bin/tic/reset_cmd.c
369
set_control_chars(TTY * tty_settings, int my_erase, int my_intr, int my_kill)
usr.bin/tic/reset_cmd.c
403
set_conversions(TTY * tty_settings)
usr.bin/tic/reset_cmd.c
490
send_init_strings(int fd GCC_UNUSED, TTY * old_settings)
usr.bin/tic/reset_cmd.c
565
show_tty_change(TTY * old_settings,
usr.bin/tic/reset_cmd.c
566
TTY * new_settings,
usr.bin/tic/reset_cmd.c
629
print_tty_chars(TTY * old_settings, TTY * new_settings)
usr.bin/tic/reset_cmd.h
50
extern bool send_init_strings(int /* fd */, TTY * /* old_settings */);
usr.bin/tic/reset_cmd.h
51
extern void print_tty_chars(TTY * /* old_settings */, TTY * /* new_settings */);
usr.bin/tic/reset_cmd.h
54
extern void reset_tty_settings(int /* fd */, TTY * /* tty_settings */, int /* noset */);
usr.bin/tic/reset_cmd.h
55
extern void set_control_chars(TTY * /* tty_settings */, int /* erase */, int /* intr */, int /* kill */);
usr.bin/tic/reset_cmd.h
56
extern void set_conversions(TTY * /* tty_settings */);
usr.bin/tic/tty_settings.c
102
update_tty_settings(TTY * old_settings, TTY * new_settings)
usr.bin/tic/tty_settings.c
104
if (memcmp(new_settings, old_settings, sizeof(TTY))) {
usr.bin/tic/tty_settings.c
42
static TTY original_settings;
usr.bin/tic/tty_settings.c
58
get_tty_settings(int fd, TTY * tty_settings)
usr.bin/tic/tty_settings.c
73
save_tty_settings(TTY * tty_settings, bool need_tty)
usr.bin/tic/tty_settings.h
45
extern int save_tty_settings(TTY * /* tty_settings */, bool /* need_tty */ );
usr.bin/tic/tty_settings.h
47
extern void update_tty_settings(TTY * /* old_settings */, TTY * /* new_settings */ );
usr.bin/tput/tput.c
157
tput_cmd(int fd, TTY * settings, int argc, char **argv, int *used)
usr.bin/tput/tput.c
169
TTY oldmode = *settings;
usr.bin/tput/tput.c
385
TTY old_settings;
usr.bin/tput/tput.c
386
TTY tty_settings;
usr.bin/tset/tset.c
782
TTY mode, oldmode;