Home
last modified time | relevance | path

Searched refs:TTY (Results 1 – 25 of 58) sorted by relevance

123

/freebsd-13.1/contrib/ncurses/progs/
H A Dreset_cmd.h50 extern bool send_init_strings(int /* fd */, TTY * /* old_settings */);
51 extern void print_tty_chars(TTY * /* old_settings */, TTY * /* new_settings */);
54 extern void reset_tty_settings(int /* fd */, TTY * /* tty_settings */);
55 extern void set_control_chars(TTY * /* tty_settings */, int /* erase */, int /* intr */, int /* kil…
56 extern void set_conversions(TTY * /* tty_settings */);
H A Dtty_settings.c42 static TTY original_settings;
58 get_tty_settings(int fd, TTY * tty_settings) in get_tty_settings()
73 save_tty_settings(TTY * tty_settings, bool need_tty) in save_tty_settings()
100 update_tty_settings(TTY * old_settings, TTY * new_settings) in update_tty_settings()
102 if (memcmp(new_settings, old_settings, sizeof(TTY))) { in update_tty_settings()
H A Dtty_settings.h45 extern int save_tty_settings(TTY * /* tty_settings */, bool /* need_tty */ );
47 extern void update_tty_settings(TTY * /* old_settings */, TTY * /* new_settings */ );
H A Dreset_cmd.c196 reset_tty_settings(int fd, TTY * tty_settings) in reset_tty_settings()
364 set_control_chars(TTY * tty_settings, int my_erase, int my_intr, int my_kill) in set_control_chars()
390 set_conversions(TTY * tty_settings) in set_conversions()
473 send_init_strings(int fd GCC_UNUSED, TTY * old_settings) in send_init_strings()
549 show_tty_change(TTY * old_settings, in show_tty_change()
550 TTY * new_settings, in show_tty_change()
605 print_tty_chars(TTY * old_settings, TTY * new_settings) in print_tty_chars()
H A Dtput.c143 tput_cmd(int fd, TTY * saved_settings, bool opt_x, int argc, char *argv[]) in tput_cmd()
154 TTY oldmode; in tput_cmd()
288 TTY tty_settings; in main()
H A Dclear.c71 TTY tty_settings; in main()
/freebsd-13.1/contrib/ncurses/ncurses/tinfo/
H A Dlib_ttyflags.c48 NCURSES_SP_NAME(_nc_get_tty_mode) (NCURSES_SP_DCLx TTY * buf) in NCURSES_EXPORT()
86 _nc_get_tty_mode(TTY * buf) in _nc_get_tty_mode()
93 NCURSES_SP_NAME(_nc_set_tty_mode) (NCURSES_SP_DCLx TTY * buf) in NCURSES_SP_NAME()
133 _nc_set_tty_mode(TTY * buf) in _nc_set_tty_mode()
277 static TTY *
280 TTY *result = 0; in saved_tty()
283 result = (TTY *) & (SP_PARM->_saved_tty); in saved_tty()
286 _nc_prescreen.saved_tty = typeCalloc(TTY, 1); in saved_tty()
H A Dlib_raw.c89 TTY buf; in NCURSES_EXPORT()
143 TTY buf; in NCURSES_SP_NAME()
189 TTY buf; in NCURSES_SP_NAME()
224 TTY buf; in NCURSES_SP_NAME()
277 TTY buf; in NCURSES_SP_NAME()
316 TTY buf; in NCURSES_SP_NAME()
361 TTY buf; in NCURSES_SP_NAME()
/freebsd-13.1/contrib/ntp/include/
H A Dntp_tty.h31 #define TTY struct sgttyb macro
36 #define TTY struct termio macro
69 # define TTY struct termios macro
/freebsd-13.1/lib/libc/nls/
H A Dzh_CN.UTF-8.msg239 21 TTY 输入阻塞
241 22 TTY 输出阻塞
H A Dzh_CN.GB2312.msg241 21 TTY ��������
243 22 TTY �������
H A Dzh_CN.GB18030.msg241 21 TTY ��������
243 22 TTY �������
H A Dnl_NL.ISO8859-1.msg239 21 Gestopt (TTY-invoer)
241 22 Gestopt (TTY-uitvoer)
/freebsd-13.1/contrib/ncurses/include/
H A DMKterm.h.awk.in103 print "#undef TTY"
115 print "#define TTY struct termios"
126 print "#define TTY struct termio"
132 print "# define TTY struct termios"
137 print "#define TTY struct sgttyb"
233 print " TTY Ottyb; /* original state of the terminal */"
234 print " TTY Nttyb; /* current state of the terminal */"
295 print "extern NCURSES_EXPORT(int) _nc_set_tty_mode (TTY *buf);"
/freebsd-13.1/sys/contrib/device-tree/Bindings/goldfish/
H A Dtty.txt1 Android Goldfish TTY
/freebsd-13.1/contrib/netbsd-tests/bin/ps/
H A Dkeywords111 tt TTY LJUST
112 tty TTY LJUST
/freebsd-13.1/contrib/bc/gen/
H A Ddc_help.txt136 If an integer and non-zero, enable TTY mode when it is available.
138 Overrides the default, which is TTY mode %s.
142 If an integer and non-zero, enable prompt when TTY mode is possible.
H A Dbc_help.txt177 If an integer and non-zero, enable TTY mode when it is available.
179 Overrides the default, which is TTY mode %s.
183 If an integer and non-zero, enable prompt when TTY mode is possible.
/freebsd-13.1/contrib/ntp/libntp/
H A Dicom.c144 TTY ttyb; in icom_init()
/freebsd-13.1/contrib/ncurses/ncurses/base/
H A Dlib_getstr.c79 TTY buf; in wgetnstr_events()
/freebsd-13.1/contrib/ncurses/ncurses/
H A Dcurses.priv.h1061 TTY *saved_tty; /* savetty/resetty information */
1122 TTY _saved_tty; /* savetty/resetty information */
1831 extern NCURSES_EXPORT(char *) _nc_trace_ttymode(TTY *tty);
2454 extern NCURSES_EXPORT(int) _nc_set_tty_mode(TTY *);
2455 extern NCURSES_EXPORT(int) _nc_get_tty_mode(TTY *);
2505 int (*td_sgmode)(struct DriverTCB*, int setFlag, TTY*);
2674 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_get_tty_mode)(SCREEN*,TTY*);
2684 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_set_tty_mode)(SCREEN*, TTY*);
/freebsd-13.1/crypto/openssh/
H A DREADME.privsep43 UID PID PPID C STIME TTY TIME COMMAND
H A DTODO75 + usrinfo() does not set TTY, but only required for legacy systems. Works
/freebsd-13.1/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c90 TTY buf; in wgetn_wstr()
/freebsd-13.1/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c101 _nc_trace_ttymode(TTY * tty) in _nc_trace_ttymode()

123