Searched refs:termio (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-11.0-release/contrib/gdb/gdb/gdbserver/
H A Dterminal.h33 #include <termio.h>
41 #define TERMINAL struct termio
H A Dremote-utils.c82 struct termio termio; local
83 ioctl (remote_desc, TCGETA, &termio);
85 termio.c_iflag = 0;
86 termio.c_oflag = 0;
87 termio.c_lflag = 0;
88 termio.c_cflag &= ~(CSIZE | PARENB);
89 termio.c_cflag |= CLOCAL | CS8;
90 termio.c_cc[VMIN] = 1;
91 termio
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dterminal.h61 #include <termio.h>
69 #define TERMINAL struct termio
H A Dser-unix.c53 struct termio termio; member in struct:hardwire_ttystate
55 #endif /* termio */
127 if (ioctl (scb->fd, TCGETA, &state->termio) < 0)
157 if (ioctl (scb->fd, TCSETA, &state->termio) < 0)
212 termio and termios have no such restriction; for them flushing input
260 state->termio.c_iflag, state->termio.c_oflag);
262 state->termio.c_cflag, state->termio
[all...]
/freebsd-11.0-release/contrib/libreadline/
H A Drltty.h32 /* System V machines use termio. */
34 # include <termio.h>
/freebsd-11.0-release/contrib/ntp/include/
H A Dntp_tty.h35 #include <termio.h>
36 #define TTY struct termio
/freebsd-11.0-release/contrib/tcsh/
H A Dtc.disc.c49 static struct termio otermiob;
70 struct termio termiob;
97 struct termio termiob;
H A Dsh.file.c95 struct termio tchars;
169 struct termio tty, tty_normal;
221 struct termio tty, tty_normal;
392 struct termio tty;
H A Ded.term.h310 * Fix for sun inconsistency. On termio VSUSP and the rest of the
500 struct termio d_t;
/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A Dlib_initscr.c45 #include <sys/termio.h> /* needed for ISC */
/freebsd-11.0-release/contrib/ee/
H A Dcreate.make41 # test for existence of termio header (on SysV systems)
43 if [ -f /usr/include/termio.h ]
45 termio="-DSYS5"
47 termio=""
187 if [ -z "$termio" -a -z "$sgtty" ]
189 echo "Neither termio.h or sgtty.h are on this system! "
260 echo "DEFINES = $termio $terminfo_exists $BSD_SELECT $catgets $select $curses " > make.local
H A Dnew_curse.h45 #include <termio.h>
/freebsd-11.0-release/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet_locl.h64 "/usr/include/term.h", line 1060: incomplete struct/union/enum termio: Ottyb
80 #include <sys/termio.h>
/freebsd-11.0-release/contrib/top/
H A Dscreen.c33 # include <termio.h>
81 static struct termio old_settings;
82 static struct termio new_settings;
/freebsd-11.0-release/contrib/telnet/telnetd/
H A Ddefs.h98 # include <termio.h>
/freebsd-11.0-release/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c40 #include <sys/termio.h> /* needed for ISC */
47 /* may be undefined if we're using termio.h */
/freebsd-11.0-release/contrib/telnet/telnet/
H A Dexterns.h62 # define termio termios macro
384 extern struct termio new_tc;
H A Dsys_bsd.c80 struct termio old_tc = { 0, 0, 0, 0, {}, 0, 0 };
382 struct termio tmp_tc;
/freebsd-11.0-release/contrib/gdb/gdb/tui/
H A Dtui.c53 #include <termio.h>
482 struct termio mode;
/freebsd-11.0-release/crypto/openssl/crypto/des/
H A Dread_pwd.c156 # include <termio.h>
157 # define TTY_STRUCT struct termio
/freebsd-11.0-release/crypto/openssl/crypto/ui/
H A Dui_openssl.c230 # include <termio.h>
231 # define TTY_STRUCT struct termio
/freebsd-11.0-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_raw.c55 #include <sys/termio.h> /* needed for ISC */
336 * termio(7) and the language describing qiflush()/noqiflush() in
/freebsd-11.0-release/contrib/libreadline/examples/rlfe/
H A Dos.h201 # include <termio.h>
/freebsd-11.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c69 #include <sys/termio.h>
1234 struct termio *tp;
1292 tp = (struct termio *) (ibuf+1 + sizeof(struct iocblk));
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_leitch.c276 * System V serial line parameters (termio interface)
279 { struct termio ttyb;

Completed in 130 milliseconds

12