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

12

/freebsd-13-stable/contrib/ntp/include/
H A Dntp_tty.h35 #include <termio.h>
36 #define TTY struct termio
/freebsd-13-stable/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;
166 struct termio tty, tty_normal;
218 struct termio tty, tty_normal;
389 struct termio tty;
H A Ded.term.h317 * Fix for sun inconsistency. On termio VSUSP and the rest of the
507 struct termio d_t;
H A Ded.term.c774 struct termio *n = &td->d_t;
910 struct termio *n = &td->d_t;
H A Dsh.h291 # include <termio.h>
299 # include <termio.h>
H A Dsh.lex.c1445 struct termio tty;
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_initscr.c46 #include <sys/termio.h> /* needed for ISC */
/freebsd-13-stable/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>
H A Dnew_curse.c646 struct termio Terminal;
647 struct termio Saved_tty;
2333 struct termio Gterminal;
/freebsd-13-stable/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-13-stable/contrib/telnet/telnetd/
H A Ddefs.h94 # include <termio.h>
/freebsd-13-stable/contrib/telnet/telnet/
H A Dexterns.h58 # define termio termios macro
380 extern struct termio new_tc;
H A Dsys_bsd.c76 struct termio old_tc = { 0, 0, 0, 0, {}, 0, 0 };
378 struct termio tmp_tc;
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_raw.c56 #include <sys/termio.h> /* needed for ISC */
347 * termio(7) and the language describing qiflush()/noqiflush() in
/freebsd-13-stable/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c41 #include <sys/termio.h> /* needed for ISC */
48 /* may be undefined if we're using termio.h */
/freebsd-13-stable/crypto/openssl/crypto/ui/
H A Dui_openssl.c119 # include <termio.h>
120 # define TTY_STRUCT struct termio
/freebsd-13-stable/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));
H A Dsys_term.c122 #include <termio.h>
915 * Settings for all other termios/termio based
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_leitch.c276 * System V serial line parameters (termio interface)
279 { struct termio ttyb;
H A Drefclock_arc.c366 #include <termio.h>
/freebsd-13-stable/contrib/ntp/parseutil/
H A Ddcfd.c74 # include <termio.h>
1524 struct termio term;
/freebsd-13-stable/contrib/less/
H A Dscreen.c61 #include <termio.h>
506 struct termio s;
507 static struct termio save_term;
/freebsd-13-stable/contrib/ntp/libparse/
H A Dparsestreams.c66 #include <sys/termio.h>

Completed in 303 milliseconds

12