Home
last modified time | relevance | path

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

12

/dragonfly/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()
H A Dtabs.c386 TTY tty_settings; in main()
/dragonfly/usr.sbin/installer/installer/
H A Dinstaller.sh115 TTY=$(tty)
119 TTY=/dev/ttyv1
122 TTY=$(tty)
156 2>/dev/ttyv0 <$TTY >$TTY &
180 2>/tmp/dfuife_curses.log <$TTY >$TTY &
/dragonfly/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()
/dragonfly/usr.bin/last/
H A Dlast.c89 } TTY; typedef
90 static TTY *ttylist; /* head of linked list */
98 static TTY *addtty(const char *);
222 static TTY *
225 TTY *cur; in addtty()
227 if (!(cur = (TTY *)malloc((u_int)sizeof(TTY)))) in addtty()
322 TTY *T; /* tty list entry */ in wtmpx()
/dragonfly/lib/libc/nls/
H A Dzh_Hans_CN.GB18030.msg233 21 TTY ��������
235 22 TTY �������
H A Dzh_Hans_CN.GB2312.msg233 21 TTY ��������
235 22 TTY �������
H A Dzh_Hans_CN.UTF-8.msg233 21 TTY 输入阻塞
235 22 TTY 输出阻塞
H A Dnl_NL.ISO8859-1.msg237 21 Gestopt (TTY-invoer)
239 22 Gestopt (TTY-uitvoer)
/dragonfly/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);
2453 extern NCURSES_EXPORT(int) _nc_set_tty_mode(TTY *);
2454 extern NCURSES_EXPORT(int) _nc_get_tty_mode(TTY *);
2504 int (*td_sgmode)(struct DriverTCB*, int setFlag, TTY*);
2673 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_get_tty_mode)(SCREEN*,TTY*);
2683 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_set_tty_mode)(SCREEN*, TTY*);
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_getstr.c79 TTY buf; in wgetnstr_events()
H A Dlib_set_term.c294 static const TTY null_TTY; /* all zeros iff uninitialized */ in NCURSES_SP_NAME()
651 !memcmp(&cur_term->Ottyb, &null_TTY, sizeof(TTY))) in NCURSES_SP_NAME()
H A Dlib_newterm.c82 TTY buf; in _nc_initscr()
/dragonfly/lib/libnetgraph/
H A Ddebug.c136 COOKIE(TTY),
/dragonfly/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c90 TTY buf; in wgetn_wstr()
/dragonfly/lib/libnetgraph7/
H A Ddebug.c164 COOKIE(TTY),
/dragonfly/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c101 _nc_trace_ttymode(TTY * tty) in _nc_trace_ttymode()
/dragonfly/usr.sbin/config/
H A Dconfig.y35 %token TTY
/dragonfly/contrib/ncurses/include/
H A Dcurses.tail159 #define TRACE_BITS 0x0100 /* trace state of TTY control bits */

12