Home
last modified time | relevance | path

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

12

/original-bsd/games/hack/
H A Dhack.ioctl.c14 struct termio termio; variable
22 (void) ioctl(fileno(stdin), (int) TCGETA, &termio); in getioctls()
30 (void) ioctl(fileno(stdin), (int) TCSETA, &termio); in setioctls()
H A Dhack.tty.c42 #define termstruct termio
/original-bsd/games/rogue/
H A Dmachdep.c134 static struct termio _oldtty;
135 struct termio _tty;
593 struct termio tty_buf;
594 static struct termio tty_save;
/original-bsd/games/atc/
H A Dinclude.h52 #define sgttyb termio
/original-bsd/usr.bin/uucp/libuu/
H A Dsetline.c34 static struct termio tbuf, sbuf;
/original-bsd/usr.bin/ex/
H A Dex_tty.h147 var struct termio tty; /* Use this one structure to change modes */
148 typedef struct termio ttymode; /* Mode to contain tty flags */
/original-bsd/local/toolchest/ksh/sh/
H A Djobs.h69 struct termio p_stty; /* terminal state for job */
H A Dedit.c81 struct termio { struct
116 static struct termio ttyparm; /* initial tty parameters */
117 static struct termio nttyparm; /* raw tty parameters */
/original-bsd/usr.bin/uucp/libacu/
H A Dhysq.c65 struct termio ttbuf;
H A Datt2224.c132 struct termio hup, sav;
H A Ddf2.c28 struct termio ttbuf;
H A Ddn.c29 struct termio ttbuf;
/original-bsd/usr.bin/more/
H A Dscreen.c112 struct termio s;
113 static struct termio save_term;
/original-bsd/usr.bin/telnet/
H A Dexterns.h46 # define termio termios macro
327 extern struct termio new_tc;
H A Dsys_bsd.c59 struct termio old_tc = { 0 };
60 extern struct termio new_tc;
371 struct termio tmp_tc;
H A DREADME269 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.
/original-bsd/usr.bin/uucp/uucico/
H A Dfio.c95 #define termio sgttyb macro
97 static struct termio ttbuf;
H A Dconn.c546 struct termio ttbuf;
1139 struct termio ttbuf;
/original-bsd/games/rain/
H A Drain.c35 static struct termio sg, old_tty;
/original-bsd/old/dbx/
H A Dmain.c48 typedef struct termio Ttyinfo;
/original-bsd/libexec/telnetd/
H A Dtelnetd.c1413 struct termio *tp;
1467 tp = (struct termio *) (ibuf+1 + sizeof(struct iocblk));
/original-bsd/games/larn/
H A Dio.c62 #define sgttyb termio
/original-bsd/contrib/gdb-4.7.LBL/gdb/
H A Dmain.c1755 static struct termio norm_tty;
1766 struct termio cur_tty; in suspend_sig()
/original-bsd/sys/hp/hpux/
H A Dhpux_tty.c196 termiototermios((struct termio *)data, &htios, &tios);
/original-bsd/contrib/emacs-18.57/src/
H A Dsysdep.c148 #define TERMINAL struct termio
957 struct termio tty; in init_sys_modes()
1129 struct termio tty; in reset_sys_modes()

12