/freebsd/contrib/ee/ |
H A D | 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
|
H A D | new_curse.c | 646 struct termio Terminal; 647 struct termio Saved_tty; 2333 struct termio Gterminal;
|
/freebsd/contrib/tcsh/ |
H A D | tc.disc.c | 45 static struct termio otermiob; 70 struct termio termiob; 97 struct termio termiob;
|
H A D | sh.file.c | 92 struct termio tchars; in setup_tty() 166 struct termio tty, tty_normal; in back_to_col_1() 218 struct termio tty, tty_normal; in pushback() 389 struct termio tty; in retype()
|
H A D | ed.term.h | 507 struct termio d_t;
|
H A D | ed.term.c | 774 struct termio *n = &td->d_t; in tty_getchar() 910 struct termio *n = &td->d_t; in tty_setchar()
|
H A D | sh.lex.c | 1445 struct termio tty; in readc()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_tty.h | 35 #include <termio.h> 36 #define TTY struct termio
|
/freebsd/contrib/telnet/telnet/ |
H A D | externs.h | 58 # define termio termios macro 380 extern struct termio new_tc;
|
H A D | sys_bsd.c | 74 struct termio old_tc = { 0, 0, 0, 0, {}, 0, 0 }; 376 struct termio tmp_tc; in TerminalNewMode()
|
H A D | commands.c | 858 struct termio new_tc = { 0, 0, 0, 0, {}, 0, 0 };
|
/freebsd/contrib/ncurses/include/ |
H A D | MKterm.h.awk.in | 119 print " * termios/termio/sgttyb interfaces." 125 print "/* Assume POSIX termio if we have the header and function */" 143 print "#include <termio.h>" 144 print "#define TTY struct termio"
|
/freebsd/contrib/tcsh/config/ |
H A D | bsd4.4 | 57 * TERMIO You have struct termio instead of struct sgttyb.
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | telnetd.c | 1234 struct termio *tp; in readstream() 1292 tp = (struct termio *) (ibuf+1 + sizeof(struct iocblk)); in readstream()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_leitch.c | 279 { struct termio ttyb; in leitch_start()
|
H A D | refclock_parse.c | 2991 struct termio tio; /* NEEDED FOR A LONG TIME ! */ in parse_start() 4872 struct termio tio; in trimbletaip_init() 5296 struct termio tio; /* NEEDED FOR A LONG TIME ! */ in trimbletsip_init()
|
/freebsd/crypto/openssl/crypto/ui/ |
H A D | ui_openssl.c | 116 # define TTY_STRUCT struct termio
|
/freebsd/contrib/less/ |
H A D | screen.c | 61 #include <termio.h> 298 * Set termio flags for use by less. 304 struct termio *s 543 struct termio s; in raw_mode() 544 static struct termio save_term; in raw_mode()
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | README.ORIG | 269 The non-termio code in both telnet and telnetd was 336 For non-termio systems, TIOCSETP was being used to 637 the termio/termios structure.
|
H A D | ChangeLog | 809 * telnet/telnet_locl.h: only include <sys/termio.h> iff
|
/freebsd/contrib/sqlite3/tea/tclconfig/ |
H A D | tcl.m4 | 2090 AC_CACHE_CHECK([termios vs. termio vs. sgtty], tcl_cv_api_serial, [ 2105 #include <termio.h> 2108 struct termio t; 2114 }]])],[tcl_cv_api_serial=termio],[tcl_cv_api_serial=no],[tcl_cv_api_serial=no]) 2148 #include <termio.h> 2152 struct termio t; 2159 }]])],[tcl_cv_api_serial=termio],[tcl_cv_api_serial=no],[tcl_cv_api_serial=no]) 2179 termio) AC_DEFINE(USE_TERMIO, 1, [Use the termio API for serial lines]);;
|
/freebsd/contrib/ntp/parseutil/ |
H A D | dcfd.c | 1528 struct termio term; in main()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_posix.cpp | 483 unsigned struct_termio_sz = sizeof(struct termio);
|
/freebsd/crypto/heimdal/include/ |
H A D | config.h.in | 1067 /* Define to 1 if you have the <sys/termio.h> header file. */ 1109 /* Define to 1 if you have the <termio.h> header file. */
|
/freebsd/contrib/ncurses/ |
H A D | aclocal.m4 | 2872 dnl termio(s).h 2886 #include <termio.h> 2887 #define TTY struct termio 8125 #include <termio.h> 8131 * termios.h -- it is only in termio.h and ptem.h 8389 termio.h \ 8393 sys/termio.h \
|