Home
last modified time | relevance | path

Searched refs:tty (Results 176 – 197 of 197) sorted by last modified time

12345678

/dragonfly/contrib/tcsh-6/nls/french/
H A Dset113 1 Attention: pas d'accès au tty (%s).\n
H A Dset253 51 Entrée tty suspendue
54 52 Entrée tty arrêtée
55 53 Sortie tty suspendue
56 54 Sortie tty arrêtée
H A Dset368 66 Envoie le caractère au tty en mode
72 70 Caractère tty de suspension différé
73 71 Caractère tty de vidage de sortie
74 72 Caractère tty d'interruption
75 73 Caractère tty de sortie
76 74 Caractère tty de suspension
77 75 Caractère tty de validation de sortie
78 76 Caractère tty d'invalidation de sortie
/dragonfly/contrib/tcsh-6/nls/et/
H A Dset163 1 Seadsin tty pgrp numbrilt %d numbrile %d\n
H A Dset113 1 Hoiatus: tty (%s) pole kättesaadav.\n
/dragonfly/contrib/tcsh-6/config/
H A Dbsd4.440 * a tty that deals correctly
/dragonfly/contrib/nvi2/cl/
H A DREADME.signal62 We can either set raw mode and twiddle the tty, or cbreak mode and
63 twiddle the tty. I chose to use raw mode, on the grounds that raw
99 Also, if the user inserts an interrupt into the tty queue while the
105 by setting raw mode, and twiddling the tty's termios ISIG bit.
171 The simplest solution is probably to twiddle the tty, install a handler for
172 SIGTSTP, and then restore normal tty modes when the operation is complete.)
H A Dcl_term.c312 char *tty; in cl_omesg() local
315 if ((tty = ttyname(STDERR_FILENO)) == NULL) { in cl_omesg()
320 if (stat(tty, &sb) < 0) { in cl_omesg()
322 msgq(sp, M_SYSERR, "%s", tty); in cl_omesg()
332 if (chmod(tty, sb.st_mode | S_IWGRP) < 0) { in cl_omesg()
335 "046|messages not turned on: %s", tty); in cl_omesg()
339 if (chmod(tty, sb.st_mode & ~S_IWGRP) < 0) { in cl_omesg()
342 "045|messages not turned off: %s", tty); in cl_omesg()
/dragonfly/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c101 _nc_trace_ttymode(TTY * tty) in _nc_trace_ttymode() argument
171 if (tty->c_iflag & ALLIN) in _nc_trace_ttymode()
172 lookup_bits(buf, iflags, "iflags", tty->c_iflag); in _nc_trace_ttymode()
174 if (tty->c_oflag & ALLOUT) in _nc_trace_ttymode()
175 lookup_bits(buf, oflags, "oflags", tty->c_oflag); in _nc_trace_ttymode()
177 if (tty->c_cflag & ALLCTRL) in _nc_trace_ttymode()
178 lookup_bits(buf, cflags, "cflags", tty->c_cflag); in _nc_trace_ttymode()
197 int value = (int) (tty->c_cflag & CSIZE); in _nc_trace_ttymode()
212 if (tty->c_lflag & ALLLOCAL) in _nc_trace_ttymode()
213 lookup_bits(buf, lflags, "lflags", tty->c_lflag); in _nc_trace_ttymode()
[all …]
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h1831 extern NCURSES_EXPORT(char *) _nc_trace_ttymode(TTY *tty);
/dragonfly/contrib/ncurses/misc/
H A Dterminfo.src299 # Special "terminals". These are used to label tty lines when you don't
304 dumb|80-column dumb tty,
314 glasstty|classic glass tty interpreting ASCII control characters,
320 vanilla|dumb tty,
12857 #### AT&T (att, tty)
15124 # Some tty drivers use cr3 for concept, others use nl3, hence
15800 # mode rather than DG mode because standard UNIX tty drivers assume that ^H is
19700 #### Teletype (tty)
23104 qdss|qdcons|qdss glass tty,
/dragonfly/contrib/gdb-7/readline/
H A Drltty.c78 int tty; in set_winsize()
166 int tty; in get_tty_settings()
198 int tty; in set_tty_settings()
321 # define GETATTR(tty, tiop) (tcgetattr (tty, tiop)) argument
330 # define GETATTR(tty, tiop) (ioctl (tty, TCGETA, tiop)) argument
422 int tty; in _get_tty_settings()
455 int tty; in get_tty_settings()
473 int tty; in _set_tty_settings()
598 int tty; local
673 int tty; in rl_deprep_terminal() local
[all …]
H A Dterminal.c230 _rl_get_screen_size (tty, ignore_env) in _rl_get_screen_size() argument
231 int tty, ignore_env; in _rl_get_screen_size()
241 if (ioctl (tty, TIOCGWINSZ, &window_size) == 0)
438 int tty, tgetent_ret; local
442 tty = rl_instream ? fileno (rl_instream) : 0;
462 _rl_get_screen_size (tty, 0);
500 _rl_get_screen_size (tty, 0);
550 _rl_get_screen_size (tty, 0);
H A Dinput.c169 int tty; in rl_gather_tyi() local
179 tty = fileno (rl_instream); in rl_gather_tyi()
184 FD_SET (tty, &readfds); in rl_gather_tyi()
185 FD_SET (tty, &exceptfds); in rl_gather_tyi()
203 tem = fcntl (tty, F_GETFL, 0); in rl_gather_tyi()
208 fcntl (tty, F_SETFL, tem); in rl_gather_tyi()
292 int tty; in _rl_input_available() local
294 tty = fileno (rl_instream); in _rl_input_available()
299 FD_SET (tty, &readfds); in _rl_input_available()
300 FD_SET (tty, &exceptfds); in _rl_input_available()
[all …]
/dragonfly/contrib/gdb-7/readline/doc/
H A Drluser.texi422 @item bind-tty-special-chars
423 @vindex bind-tty-special-chars
/dragonfly/contrib/gdb-7/include/gdb/
H A Dsignals.def43 SET (GDB_SIGNAL_TTIN, 21, "SIGTTIN", "Stopped (tty input)")
44 SET (GDB_SIGNAL_TTOU, 22, "SIGTTOU", "Stopped (tty output)")
/dragonfly/contrib/gdb-7/gdb/
H A Dremote.c9077 static void threadset_test_cmd (char *cmd, int tty);
9079 static void threadalive_test (char *cmd, int tty);
9081 static void threadlist_test_cmd (char *cmd, int tty);
9085 static void threadinfo_test_cmd (char *cmd, int tty);
9089 static void threadlist_update_test_cmd (char *cmd, int tty);
9096 threadset_test_cmd (char *cmd, int tty)
9106 threadalive_test (char *cmd, int tty)
9131 threadlist_test_cmd (char *cmd, int tty)
9176 threadinfo_test_cmd (char *cmd, int tty)
9196 threadlist_update_test_cmd (char *cmd, int tty)
H A Dinflow.c684 int tty; in new_tty() local
693 tty = open ("/dev/tty", O_RDWR); in new_tty()
694 if (tty > 0) in new_tty()
699 ioctl (tty, TIOCNOTTY, 0); in new_tty()
700 close (tty); in new_tty()
710 if (tty != 0) in new_tty()
715 if (tty != 1) in new_tty()
720 if (tty != 2) in new_tty()
728 if (ioctl (tty, TIOCSCTTY, 0) == -1) in new_tty()
735 if (tty > 2) in new_tty()
[all …]
H A Ddcache.c129 static void dcache_info (char *exp, int tty);
605 dcache_info (char *exp, int tty) in dcache_info() argument
/dragonfly/contrib/diffutils/doc/
H A Ddiffutils.info3107 standard output, '/dev/tty', and standard input. Now 'patch' sends
3108 questions to standard output and gets answers from '/dev/tty'.
3979 and '/dev/tty'. This option has no effect on POSIX-conforming
/dragonfly/contrib/cvs-1.12/lib/
H A Dgetpass.c87 FILE *tty; in getpass() local
98 tty = fopen ("/dev/tty", "w+"); in getpass()
99 if (tty == NULL) in getpass()
107 __fsetlocking (tty, FSETLOCKING_BYCALLER); in getpass()
109 out = in = tty; in getpass()
168 call_fclose (tty); in getpass()
/dragonfly/contrib/cryptsetup/po/
H A Dcryptsetup.pot247 msgid "Can't do passphrase verification on non-tty inputs.\n"

12345678