Searched refs:termio (Results 1 – 25 of 51) sorted by relevance
123
| /NextBSD/contrib/gdb/gdb/ |
| HD | ser-unix.c | 53 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 …]
|
| HD | terminal.h | 69 #define TERMINAL struct termio
|
| /NextBSD/contrib/gdb/gdb/gdbserver/ |
| HD | remote-utils.c | 82 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()
|
| HD | terminal.h | 41 #define TERMINAL struct termio
|
| /NextBSD/contrib/ee/ |
| HD | create.make | 43 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/ |
| HD | tc.disc.c | 49 static struct termio otermiob; 70 struct termio termiob; 97 struct termio termiob;
|
| HD | sh.file.c | 95 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()
|
| HD | ed.term.h | 500 struct termio d_t;
|
| HD | ed.term.c | 777 struct termio *n = &td->d_t; in tty_getchar() 913 struct termio *n = &td->d_t; in tty_setchar()
|
| /NextBSD/contrib/ncurses/man/ |
| HD | manhtml.externs | 21 termio(7)
|
| HD | man_db.renames | 177 termio.7 termios.3
|
| /NextBSD/contrib/top/ |
| HD | screen.c | 82 static struct termio old_settings; 83 static struct termio new_settings;
|
| /NextBSD/contrib/ntp/include/ |
| HD | ntp_tty.h | 36 #define TTY struct termio
|
| /NextBSD/contrib/telnet/telnet/ |
| HD | externs.h | 62 # define termio termios macro 384 extern struct termio new_tc;
|
| HD | sys_bsd.c | 80 struct termio old_tc = { 0, 0, 0, 0, {}, 0, 0 }; 382 struct termio tmp_tc; in TerminalNewMode()
|
| /NextBSD/contrib/ncurses/include/ |
| HD | MKterm.h.awk.in | 75 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/ |
| HD | bsd4.4 | 57 * TERMIO You have struct termio instead of struct sgttyb.
|
| /NextBSD/contrib/libreadline/examples/rlfe/ |
| HD | config.h.in | 88 * 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/ |
| HD | telnetd.c | 1234 struct termio *tp; in readstream() 1292 tp = (struct termio *) (ibuf+1 + sizeof(struct iocblk)); in readstream()
|
| /NextBSD/crypto/openssl/crypto/des/ |
| HD | read_pwd.c | 157 # define TTY_STRUCT struct termio
|
| /NextBSD/contrib/gdb/gdb/tui/ |
| HD | tui.c | 482 struct termio mode;
|
| /NextBSD/crypto/openssl/crypto/ui/ |
| HD | ui_openssl.c | 231 # define TTY_STRUCT struct termio
|
| /NextBSD/contrib/libreadline/ |
| HD | config.h.in | 183 /* Define if you have the <termio.h> header file. */
|
| HD | configure.in | 151 limits.h locale.h pwd.h memory.h termcap.h termios.h termio.h)
|
| /NextBSD/contrib/ntp/ntpd/ |
| HD | refclock_leitch.c | 279 { struct termio ttyb; in leitch_start()
|
123