Searched refs:tty (Results 1 - 25 of 217) sorted by path

123456789

/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex1826 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1828 % or `code' (@kbd uses normal tty font always).
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex1941 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1943 % or `code' (@kbd uses normal tty font always).
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddcache.c179 static void dcache_info (char *exp, int tty);
557 dcache_info (char *exp, int tty) argument
H A Dinflow.c66 /* Our own tty state, which we restore every time we need to deal with the
91 /* The name of the tty (from the `tty' command) that we gave to the inferior
119 /* Get all the current tty settings (including whether we have a
120 tty at all!). Can't do this in _initialize_inflow because
246 OOPSY ("setting tty state");
261 `sharing' in the sense that we need to save and restore tty
264 the saving and restoring of the tty state, but ignore errors
356 the tty state when it needs to.
361 /* Set tty stat
518 int tty; local
[all...]
H A Dremote-rdp.c255 rdp_init (int cold, int tty) argument
273 if (tty)
329 if (tty)
335 if (tty)
870 if (i == O_RDONLY) /* opening tty "r" */
H A Dremote.c5110 static void threadset_test_cmd (char *cmd, int tty);
5112 static void threadalive_test (char *cmd, int tty);
5114 static void threadlist_test_cmd (char *cmd, int tty);
5118 static void threadinfo_test_cmd (char *cmd, int tty);
5122 static void threadlist_update_test_cmd (char *cmd, int tty);
5129 threadset_test_cmd (char *cmd, int tty)
5139 threadalive_test (char *cmd, int tty)
5162 threadlist_test_cmd (char *cmd, int tty)
5207 threadinfo_test_cmd (char *cmd, int tty)
5227 threadlist_update_test_cmd (char *cmd, int tty)
[all...]
H A Dwin32-nat.c1698 int tty; local
1815 tty = ostdin = ostdout = ostderr = -1;
1818 tty = open (inferior_io_terminal, O_RDWR | O_NOCTTY);
1819 if (tty < 0)
1829 dup2 (tty, 0);
1830 dup2 (tty, 1);
1831 dup2 (tty, 2);
1845 if (tty >= 0)
1847 close (tty);
/freebsd-9.3-release/contrib/groff/contrib/groffer/
H A Dgroffer2.sh301 _DEFAULT_MODES='x,ps,tty';
311 export _VIEWER_HTML_TTY; # viewer program for html mode in tty
395 'tty' 'tty-device' 'version' 'whatis' 'where' 'www' 'x' 'X'";
398 'default-modes' 'device' 'dvi-viewer' 'dvi-viewer-tty' 'extension' 'fg' \
399 'fn' 'font' 'foreground' 'html-viewer' 'html-viewer-tty' 'mode' \
400 'pdf-viewer' 'pdf-viewer-tty' 'print' 'ps-viewer' 'ps-viewer-tty' 'shell' \
401 'title' 'tty-viewer' 'tty
[all...]
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex1840 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1842 % or `code' (@kbd uses normal tty font always).
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY857 fix up screen/tty when leaving "top mode" of ipfstat
/freebsd-9.3-release/contrib/less/
H A Dscreen.c234 extern int tty;
276 tcgetattr(tty, &s);
435 fsync(tty);
437 tcsetattr(tty, TCSADRAIN, &s);
447 ioctl(tty, TIOCSETD, &save_term.c_line);
463 ioctl(tty, TCGETA, &s);
499 ioctl(tty, TCSETAW, &s);
513 ioctl(tty, TIOCGETP, &s);
542 ioctl(tty, TIOCSETN, &s);
556 _gs_opt(tty,
[all...]
H A Dttyin.c26 public int tty; variable
42 tty = (int) CreateFile("CONIN$", GENERIC_READ,
45 GetConsoleMode((HANDLE)tty, &console_mode);
47 SetConsoleMode((HANDLE)tty, ENABLE_PROCESSED_INPUT);
57 tty = open("CON", OPEN_READ);
67 * Try /dev/tty.
73 /* The __open() system call translates "/dev/tty" to "con". */
74 tty = __open("/dev/tty", OPEN_READ);
76 tty
[all...]
/freebsd-9.3-release/contrib/libreadline/examples/rlfe/
H A DMakefile.in82 rm -f shadow/term.h shadow/tty.c shadow/comm.h shadow/osdef.h
92 tty.c: tty.sh
93 sh $(srcdir)/tty.sh tty.c
99 rm -f tty.c term.h comm.h osdef.h kmapdef.c core
120 rm -f tty.c term.h comm.h osdef.h kmapdef.c
H A Dconfigure3879 { echo "$as_me:$LINENO: checking default tty permissions/group..." >&5
3880 echo "$as_me: checking default tty permissions/group..." >&6;}
4052 if test tty != "$ptygrpn"; then
H A Dpty.c46 # include <sys/tty.h>
/freebsd-9.3-release/contrib/libreadline/
H A Dinput.c176 int tty; local
186 tty = fileno (rl_instream);
191 FD_SET (tty, &readfds);
192 FD_SET (tty, &exceptfds);
195 result = select (tty + 1, &readfds, (fd_set *)NULL, &exceptfds, &timeout);
203 result = ioctl (tty, FIONREAD, &chars_avail);
211 tem = fcntl (tty, F_GETFL, 0);
213 fcntl (tty, F_SETFL, (tem | O_NDELAY));
214 chars_avail = read (tty, &input, 1);
216 fcntl (tty, F_SETF
299 int tty; local
[all...]
H A Drltty.c142 to get the tty settings. */
144 set_winsize (tty)
145 int tty;
150 if (ioctl (tty, TIOCGWINSZ, &w) == 0)
151 (void) ioctl (tty, TIOCSWINSZ, &w);
168 struct sgttyb sgttyb; /* Basic BSD tty driver information. */
230 get_tty_settings (tty, tiop)
231 int tty;
234 set_winsize (tty);
239 if (ioctl (tty, TIOCGET
659 int tty; local
732 int tty; local
935 int tty; local
[all...]
H A Dterminal.c225 _rl_get_screen_size (tty, ignore_env)
226 int tty, ignore_env;
236 if (ioctl (tty, TIOCGWINSZ, &window_size) == 0)
427 int tty, tgetent_ret; local
431 tty = rl_instream ? fileno (rl_instream) : 0;
472 _rl_get_screen_size (tty, 0);
522 _rl_get_screen_size (tty, 0);
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpd.c226 char *tty = ttyline; variable
/freebsd-9.3-release/contrib/ncurses/misc/
H A Demx.src40 # Special "terminals". These are used to label tty lines when you don't
45 dumb|80-column dumb tty,
66 glasstty|classic glass tty interpreting ASCII control characters,
H A Dterminfo.src295 # Special "terminals". These are used to label tty lines when you don't
300 dumb|80-column dumb tty,
310 glasstty|classic glass tty interpreting ASCII control characters,
316 vanilla|dumb tty,
9589 #### AT&T (att, tty)
11790 # Some tty drivers use cr3 for concept, others use nl3, hence
12428 # mode rather than DG mode because standard UNIX tty drivers assume that ^H is
16143 #### Teletype (tty)
19409 qdss|qdcons|qdss glass tty,
/freebsd-9.3-release/contrib/ncurses/ncurses/
H A Dllib-lncurses34 /* ./tty/hardscroll.c */
49 /* ./tty/hashmap.c */
1304 /* ./tty/lib_mvcur.c */
1844 /* ./tty/lib_tstp.c */
1871 /* ./tty/lib_vidattr.c */
1977 /* ./tty/tty_update.c */
2925 struct termios *tty)
2981 /* ./tty/lib_twait.c */
H A Dllib-lncursest34 /* ./tty/hardscroll.c */
49 /* ./tty/hashmap.c */
1308 /* ./tty/lib_mvcur.c */
1848 /* ./tty/lib_tstp.c */
1875 /* ./tty/lib_vidattr.c */
1981 /* ./tty/tty_update.c */
3005 struct termios *tty)
3061 /* ./tty/lib_twait.c */
H A Dllib-lncursesw34 /* ./tty/hardscroll.c */
49 /* ./tty/hashmap.c */
1812 /* ./tty/lib_mvcur.c */
2354 /* ./tty/lib_tstp.c */
2381 /* ./tty/lib_vidattr.c */
2487 /* ./tty/tty_update.c */
3682 struct termios *tty)
3738 /* ./tty/lib_twait.c */
/freebsd-9.3-release/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c103 _nc_trace_ttymode(TTY * tty) argument
170 if (tty->c_iflag & ALLIN)
171 lookup_bits(buf, iflags, "iflags", tty->c_iflag);
173 if (tty->c_oflag & ALLOUT)
174 lookup_bits(buf, oflags, "oflags", tty->c_oflag);
176 if (tty->c_cflag & ALLCTRL)
177 lookup_bits(buf, cflags, "cflags", tty->c_cflag);
196 int value = (tty->c_cflag & CSIZE);
211 if (tty->c_lflag & ALLLOCAL)
212 lookup_bits(buf, lflags, "lflags", tty
[all...]

Completed in 436 milliseconds

123456789