Home
last modified time | relevance | path

Searched refs:termio (Results 1 – 25 of 51) sorted by relevance

123

/NextBSD/contrib/gdb/gdb/
HDser-unix.c53 struct termio termio; member
127 if (ioctl (scb->fd, TCGETA, &state->termio) < 0) in get_tty_state()
157 if (ioctl (scb->fd, TCSETA, &state->termio) < 0) in set_tty_state()
260 state->termio.c_iflag, state->termio.c_oflag); in hardwire_print_tty_state()
262 state->termio.c_cflag, state->termio.c_lflag, in hardwire_print_tty_state()
263 state->termio.c_line); in hardwire_print_tty_state()
266 fprintf_filtered (stream, "0x%x ", state->termio.c_cc[i]); in hardwire_print_tty_state()
404 state.termio.c_iflag = 0; in hardwire_raw()
405 state.termio.c_oflag = 0; in hardwire_raw()
406 state.termio.c_lflag = 0; in hardwire_raw()
[all …]
HDterminal.h69 #define TERMINAL struct termio
/NextBSD/contrib/gdb/gdb/gdbserver/
HDremote-utils.c82 struct termio termio; in remote_open() local
83 ioctl (remote_desc, TCGETA, &termio); in remote_open()
85 termio.c_iflag = 0; in remote_open()
86 termio.c_oflag = 0; in remote_open()
87 termio.c_lflag = 0; in remote_open()
88 termio.c_cflag &= ~(CSIZE | PARENB); in remote_open()
89 termio.c_cflag |= CLOCAL | CS8; in remote_open()
90 termio.c_cc[VMIN] = 1; in remote_open()
91 termio.c_cc[VTIME] = 0; in remote_open()
93 ioctl (remote_desc, TCSETA, &termio); in remote_open()
HDterminal.h41 #define TERMINAL struct termio
/NextBSD/contrib/ee/
HDcreate.make43 if [ -f /usr/include/termio.h ]
45 termio="-DSYS5"
47 termio=""
187 if [ -z "$termio" -a -z "$sgtty" ]
260 echo "DEFINES = $termio $terminfo_exists $BSD_SELECT $catgets $select $curses " > make.local
/NextBSD/contrib/tcsh/
HDtc.disc.c49 static struct termio otermiob;
70 struct termio termiob;
97 struct termio termiob;
HDsh.file.c95 struct termio tchars; in setup_tty()
169 struct termio tty, tty_normal; in back_to_col_1()
221 struct termio tty, tty_normal; in pushback()
392 struct termio tty; in retype()
HDed.term.h500 struct termio d_t;
HDed.term.c777 struct termio *n = &td->d_t; in tty_getchar()
913 struct termio *n = &td->d_t; in tty_setchar()
/NextBSD/contrib/ncurses/man/
HDmanhtml.externs21 termio(7)
HDman_db.renames177 termio.7 termios.3
/NextBSD/contrib/top/
HDscreen.c82 static struct termio old_settings;
83 static struct termio new_settings;
/NextBSD/contrib/ntp/include/
HDntp_tty.h36 #define TTY struct termio
/NextBSD/contrib/telnet/telnet/
HDexterns.h62 # define termio termios macro
384 extern struct termio new_tc;
HDsys_bsd.c80 struct termio old_tc = { 0, 0, 0, 0, {}, 0, 0 };
382 struct termio tmp_tc; in TerminalNewMode()
/NextBSD/contrib/ncurses/include/
HDMKterm.h.awk.in75 print " * termios/termio/sgttyb interfaces."
81 print "/* Assume POSIX termio if we have the header and function */"
99 print "#include <termio.h>"
100 print "#define TTY struct termio"
/NextBSD/contrib/tcsh/config/
HDbsd4.457 * TERMIO You have struct termio instead of struct sgttyb.
/NextBSD/contrib/libreadline/examples/rlfe/
HDconfig.h.in88 * Define TERMIO if you have struct termio instead of struct sgttyb.
96 * Define CYTERMIO if you have cyrillic termio modes.
/NextBSD/crypto/heimdal/appl/telnet/telnetd/
HDtelnetd.c1234 struct termio *tp; in readstream()
1292 tp = (struct termio *) (ibuf+1 + sizeof(struct iocblk)); in readstream()
/NextBSD/crypto/openssl/crypto/des/
HDread_pwd.c157 # define TTY_STRUCT struct termio
/NextBSD/contrib/gdb/gdb/tui/
HDtui.c482 struct termio mode;
/NextBSD/crypto/openssl/crypto/ui/
HDui_openssl.c231 # define TTY_STRUCT struct termio
/NextBSD/contrib/libreadline/
HDconfig.h.in183 /* Define if you have the <termio.h> header file. */
HDconfigure.in151 limits.h locale.h pwd.h memory.h termcap.h termios.h termio.h)
/NextBSD/contrib/ntp/ntpd/
HDrefclock_leitch.c279 { struct termio ttyb; in leitch_start()

123