Home
last modified time | relevance | path

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

12

/freebsd/contrib/ee/
H A Dcreate.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
H A Dnew_curse.c646 struct termio Terminal;
647 struct termio Saved_tty;
2333 struct termio Gterminal;
/freebsd/contrib/tcsh/
H A Dtc.disc.c45 static struct termio otermiob;
70 struct termio termiob;
97 struct termio termiob;
H A Dsh.file.c92 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 Ded.term.h507 struct termio d_t;
H A Ded.term.c774 struct termio *n = &td->d_t; in tty_getchar()
910 struct termio *n = &td->d_t; in tty_setchar()
H A Dsh.lex.c1445 struct termio tty; in readc()
/freebsd/contrib/ntp/include/
H A Dntp_tty.h35 #include <termio.h>
36 #define TTY struct termio
/freebsd/contrib/telnet/telnet/
H A Dexterns.h58 # define termio termios macro
380 extern struct termio new_tc;
H A Dsys_bsd.c74 struct termio old_tc = { 0, 0, 0, 0, {}, 0, 0 };
376 struct termio tmp_tc; in TerminalNewMode()
H A Dcommands.c858 struct termio new_tc = { 0, 0, 0, 0, {}, 0, 0 };
/freebsd/contrib/ncurses/include/
H A DMKterm.h.awk.in119 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 Dbsd4.457 * TERMIO You have struct termio instead of struct sgttyb.
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c1234 struct termio *tp; in readstream()
1292 tp = (struct termio *) (ibuf+1 + sizeof(struct iocblk)); in readstream()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_leitch.c279 { struct termio ttyb; in leitch_start()
H A Drefclock_parse.c2991 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 Dui_openssl.c116 # define TTY_STRUCT struct termio
/freebsd/contrib/less/
H A Dscreen.c61 #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 DREADME.ORIG269 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 DChangeLog809 * telnet/telnet_locl.h: only include <sys/termio.h> iff
/freebsd/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m42090 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 Ddcfd.c1528 struct termio term; in main()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp483 unsigned struct_termio_sz = sizeof(struct termio);
/freebsd/crypto/heimdal/include/
H A Dconfig.h.in1067 /* 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 Daclocal.m42872 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 \

12