Home
last modified time | relevance | path

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

123

/freebsd/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 */, int /* noset */);
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()
102 update_tty_settings(TTY * old_settings, TTY * new_settings) in update_tty_settings()
104 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.c272 reset_tty_settings(int fd, TTY * tty_settings, int noset) in reset_tty_settings()
433 set_control_chars(TTY * tty_settings, int my_erase, int my_intr, int my_kill) in set_control_chars()
467 set_conversions(TTY * tty_settings) in set_conversions()
548 send_init_strings(int fd GCC_UNUSED, TTY * old_settings) in send_init_strings()
624 show_tty_change(TTY * old_settings, in show_tty_change()
625 TTY * new_settings, in show_tty_change()
680 print_tty_chars(TTY * old_settings, TTY * new_settings) in print_tty_chars()
H A Dtput.c155 tput_cmd(int fd, TTY * settings, int argc, char **argv, int *used) in tput_cmd()
167 TTY oldmode = *settings; in tput_cmd()
403 TTY old_settings; in main()
404 TTY tty_settings; in main()
H A Dclear.c71 TTY tty_settings; in main()
H A Dtabs.c491 TTY tty_settings; in main()
658 TTY new_settings = tty_settings; in main()
/freebsd/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()
281 static TTY *
284 TTY *result = NULL; in saved_tty()
287 result = (TTY *) & (SP_PARM->_saved_tty); in saved_tty()
290 _nc_prescreen.saved_tty = typeCalloc(TTY, 1); in saved_tty()
H A Dlib_raw.c88 TTY buf; in NCURSES_EXPORT()
144 TTY buf; in NCURSES_SP_NAME()
188 TTY buf; in NCURSES_SP_NAME()
223 TTY buf; in NCURSES_SP_NAME()
278 TTY buf; in NCURSES_SP_NAME()
319 TTY buf; in NCURSES_SP_NAME()
360 TTY buf; in NCURSES_SP_NAME()
H A Dlib_win32con.c39 #define TTY int /* FIXME: TTY originalMode */ macro
242 _nc_console_setmode(HANDLE hdl, const TTY * arg) in _nc_console_setmode()
250 TTY TRCTTY; in _nc_console_setmode()
284 _nc_console_getmode(HANDLE hdl, TTY * arg) in _nc_console_getmode()
/freebsd/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/contrib/ncurses/ncurses/
H A Dterm.priv.h144 TTY Ottyb; /* original state of the terminal */
145 TTY Nttyb; /* current state of the terminal */
328 TTY * saved_tty; /* savetty/resetty information */
/freebsd/lib/libc/nls/
H A Dzh_CN.UTF-8.msg238 21 TTY 输入阻塞
240 22 TTY 输出阻塞
H A Dzh_CN.GB2312.msg240 21 TTY ��������
242 22 TTY �������
H A Dzh_CN.GB18030.msg240 21 TTY ��������
242 22 TTY �������
H A Dnl_NL.ISO8859-1.msg238 21 Gestopt (TTY-invoer)
240 22 Gestopt (TTY-uitvoer)
/freebsd/contrib/bc/
H A Dbuild.gaml200 desc: "Whether TTY mode for bc should be on by default when available."
205 desc: "Whether TTY mode for dc should be on by default when available."
215 …desc: "Whether the prompt for bc should be on by default in TTY mode. This defaults to match TTY m…
225 …desc: "Whether the prompt for dc should be on by default in TTY mode. This defaults to match TTY m…
/freebsd/sys/contrib/device-tree/Bindings/goldfish/
H A Dtty.txt1 Android Goldfish TTY
/freebsd/contrib/ncurses/include/
H A DMKterm.h.awk.in119 print "/* TTY, SET_TTY and GET_TTY are used internally */"
125 print "#undef TTY"
134 print "#define TTY struct termios"
141 print "#define TTY struct termio"
146 print "#define TTY ConsoleMode"
153 print "#define TTY struct sgttyb"
322 print "extern NCURSES_EXPORT(int) _nc_set_tty_mode (TTY *buf);"
/freebsd/contrib/netbsd-tests/bin/ps/
H A Dkeywords111 tt TTY LJUST
112 tty TTY LJUST
/freebsd/contrib/bc/gen/
H A Ddc_help.txt187 If an integer and non-zero, enable TTY mode when it is available.
189 If zero, disable TTY mode in all cases.
191 Overrides the default, which is TTY mode %s.
195 If an integer and non-zero, enable prompt when TTY mode is possible.
H A Dbc_help.txt230 If an integer and non-zero, enable TTY mode when it is available.
232 If zero, disable TTY mode in all cases.
234 Overrides the default, which is TTY mode %s.
238 If an integer and non-zero, enable prompt when TTY mode is possible.
/freebsd/contrib/ntp/libntp/
H A Dicom.c144 TTY ttyb; in icom_init()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_getstr.c80 TTY buf; in wgetnstr_events()
/freebsd/crypto/openssh/
H A DREADME.privsep43 UID PID PPID C STIME TTY TIME COMMAND

123