Symbol: termios
bin/csh/file.c
104
static const struct termios *setup_tty(int);
bin/csh/file.c
381
const struct termios *
bin/csh/file.c
384
static struct termios newtio, oldtio;
bin/csh/file.c
770
const struct termios *tio;
bin/csh/lex.c
1336
struct termios tty;
bin/ksh/edit.c
165
struct termios cb;
bin/ksh/jobs.c
90
struct termios ttystate;/* saved tty state for stopped jobs */
bin/ksh/tty.c
13
struct termios tty_state; /* saved tty state */
bin/ksh/tty.h
18
extern struct termios tty_state; /* saved tty state */
bin/stty/extern.h
38
void gprint(struct termios *, struct winsize *, int);
bin/stty/extern.h
39
void gread(struct termios *, char *);
bin/stty/extern.h
42
void print(struct termios *, struct winsize *, int, enum FMT);
bin/stty/gfmt.c
53
gprint(struct termios *tp, struct winsize *wp, int ldisc)
bin/stty/gfmt.c
65
gread(struct termios *tp, char *s)
bin/stty/print.c
48
print(struct termios *tp, struct winsize *wp, int ldisc, enum FMT fmt)
bin/stty/stty.h
42
struct termios t; /* terminal info */
distrib/special/more/curses.h
132
extern struct termios __orig_termios; /* Terminal state before curses */
distrib/special/more/curses.h
133
extern struct termios __baset; /* Our base terminal state */
distrib/special/more/more.c
107
struct termios otty, ntty;
games/atc/extern.c
65
struct termios tty_start, tty_new;
games/atc/extern.h
65
extern struct termios tty_start, tty_new;
games/hack/hack.ioctl.c
72
struct termios termios;
games/hack/hack.ioctl.c
77
(void) tcgetattr(fileno(stdin), &termios);
games/hack/hack.ioctl.c
83
(void) tcsetattr(fileno(stdin), TCSADRAIN, &termios);
games/hack/hack.tty.c
105
struct termios inittyb, curttyb;
games/phantasia/main.c
317
struct termios tty;
games/rain/rain.c
55
struct termios term;
games/tetris/screen.c
246
struct termios newtt;
games/tetris/screen.c
59
static struct termios oldtt;
games/worms/worms.c
179
struct termios term;
lib/libc/gen/readpassphrase.c
45
struct termios term, oterm;
lib/libc/termios/cfgetispeed.c
34
cfgetispeed(const struct termios *t)
lib/libc/termios/cfgetospeed.c
34
cfgetospeed(const struct termios *t)
lib/libc/termios/cfmakeraw.c
38
cfmakeraw(struct termios *t)
lib/libc/termios/cfsetispeed.c
34
cfsetispeed(struct termios *t, speed_t speed)
lib/libc/termios/cfsetospeed.c
34
cfsetospeed(struct termios *t, speed_t speed)
lib/libc/termios/cfsetspeed.c
34
cfsetspeed(struct termios *t, speed_t speed)
lib/libc/termios/tcflow.c
39
struct termios term;
lib/libc/termios/tcgetattr.c
35
tcgetattr(int fd, struct termios *t)
lib/libc/termios/tcsetattr.c
36
tcsetattr(int fd, int opt, const struct termios *t)
lib/libc/termios/tcsetattr.c
38
struct termios localterm;
lib/libcrypto/arc4random/getentropy_aix.c
286
struct termios tios;
lib/libcrypto/arc4random/getentropy_hpux.c
280
struct termios tios;
lib/libcrypto/arc4random/getentropy_linux.c
385
struct termios tios;
lib/libcrypto/arc4random/getentropy_osx.c
299
struct termios tios;
lib/libcrypto/arc4random/getentropy_solaris.c
306
struct termios tios;
lib/libcrypto/ui/ui_openssl.c
137
static struct termios tty_orig;
lib/libcrypto/ui/ui_openssl.c
329
struct termios tty_new = tty_orig;
lib/libcurses/term.h
108
#define TTY struct termios
lib/libcurses/term.h
129
#define TTY struct termios
lib/libedit/readline.c
287
struct termios t;
lib/libedit/tty.c
1154
struct termios *tios = &el->el_tty.t_ex;
lib/libedit/tty.c
1326
tty_setup_flags(EditLine *el, struct termios *tios, int mode)
lib/libedit/tty.c
453
static int tty_getty(EditLine *, struct termios *);
lib/libedit/tty.c
454
static int tty_setty(EditLine *, int, const struct termios *);
lib/libedit/tty.c
456
static void tty__getchar(struct termios *, unsigned char *);
lib/libedit/tty.c
457
static void tty__setchar(struct termios *, unsigned char *);
lib/libedit/tty.c
458
static speed_t tty__getspeed(struct termios *);
lib/libedit/tty.c
460
static void tty_setup_flags(EditLine *, struct termios *, int);
lib/libedit/tty.c
468
tty_getty(EditLine *el, struct termios *t)
lib/libedit/tty.c
480
tty_setty(EditLine *el, int action, const struct termios *t)
lib/libedit/tty.c
604
tty__getspeed(struct termios *td)
lib/libedit/tty.c
725
tty__getchar(struct termios *td, unsigned char *s)
lib/libedit/tty.c
807
tty__setchar(struct termios *td, unsigned char *s)
lib/libedit/tty.c
934
tty__get_flag(struct termios *t, int kind) {
lib/libedit/tty.h
472
struct termios t_or, t_ex, t_ed, t_ts;
lib/libskey/skeysubr.c
357
static struct termios term;
lib/libutil/pty.c
100
forkpty(int *amaster, char *name, const struct termios *termp,
lib/libutil/pty.c
117
fdforkpty(int ptmfd, int *amaster, char *name, const struct termios *termp,
lib/libutil/pty.c
53
openpty(int *amaster, int *aslave, char *name, const struct termios *termp,
lib/libutil/pty.c
70
const struct termios *termp, const struct winsize *winp)
lib/libutil/util.h
102
int openpty(int *, int *, char *, const struct termios *,
lib/libutil/util.h
104
int fdopenpty(int, int *, int *, char *, const struct termios *,
lib/libutil/util.h
107
pid_t forkpty(int *, char *, const struct termios *, const struct winsize *);
lib/libutil/util.h
108
pid_t fdforkpty(int, int *, char *, const struct termios *,
lib/libutil/util.h
78
struct termios;
libexec/comsat/comsat.c
250
struct termios ttybuf;
libexec/getty/init.c
41
extern struct termios tmode;
libexec/getty/main.c
60
struct termios tmode, omode;
libexec/getty/subr.c
46
extern struct termios tmode, omode;
regress/lib/libsndio/vol/vol.c
38
struct termios tio;
regress/sys/kern/kqueue/kqueue-pty.c
62
struct termios tt;
regress/sys/kern/pledge/generic/test_tty.c
34
struct termios ts; /* sys/termios.h */
regress/sys/kern/ptmget/ptmget.c
25
struct termios ti;
regress/sys/kern/pty/ptyhog.c
48
struct termios term;
sbin/ldattach/ldattach.c
113
struct termios tty;
sbin/reboot/reboot.c
186
struct termios t;
sbin/shutdown/shutdown.c
456
struct termios t;
sys/arch/amd64/stand/rdboot/cmd.c
257
struct termios saved_tio, tio;
sys/arch/hppa/dev/pdc.c
296
pdcparam(struct tty *tp, struct termios *t)
sys/arch/hppa/dev/pdc.c
73
int pdcparam(struct tty *tp, struct termios *);
sys/arch/hppa/include/conf.h
25
struct termios;
sys/arch/hppa/include/conf.h
28
int pdcparam(struct tty *, struct termios *);
sys/arch/luna88k/dev/siotty.c
354
sioparam(struct tty *tp, struct termios *t)
sys/arch/luna88k/dev/siotty.c
475
struct termios t;
sys/arch/luna88k/dev/siotty.c
98
int sioparam(struct tty *, struct termios *);
sys/arch/octeon/stand/rdboot/cmd.c
253
struct termios saved_tio, tio;
sys/arch/powerpc64/dev/opalcons.c
276
opalconsparam(struct tty *tp, struct termios *t)
sys/arch/powerpc64/dev/opalcons.c
58
int opalconsparam(struct tty *, struct termios *);
sys/arch/powerpc64/stand/rdboot/cmd.c
251
struct termios saved_tio, tio;
sys/arch/riscv64/dev/sfuart.c
282
sfuart_param(struct tty *tp, struct termios *t)
sys/arch/sh/dev/scif.c
121
int scifparam(struct tty *, struct termios *);
sys/arch/sh/dev/scif.c
535
scifparam(struct tty *tp, struct termios *t)
sys/arch/sh/dev/scif.c
698
struct termios t;
sys/arch/sparc64/dev/pcons.c
199
int pconsparam(struct tty *, struct termios *);
sys/arch/sparc64/dev/pcons.c
338
pconsparam(struct tty *tp, struct termios *t)
sys/arch/sparc64/dev/sab.c
1054
sabtty_param(struct tty *tp, struct termios *t)
sys/arch/sparc64/dev/sab.c
136
int sabtty_param(struct tty *, struct termios *);
sys/arch/sparc64/dev/sab.c
149
int sabttyparam(struct sabtty_softc *, struct tty *, struct termios *);
sys/arch/sparc64/dev/sab.c
420
struct termios t;
sys/arch/sparc64/dev/sab.c
968
sabttyparam(struct sabtty_softc *sc, struct tty *tp, struct termios *t)
sys/arch/sparc64/dev/sbbc.c
168
int sbbcparam(struct tty *, struct termios *);
sys/arch/sparc64/dev/sbbc.c
663
sbbcparam(struct tty *tp, struct termios *t)
sys/arch/sparc64/dev/vcctty.c
487
vccttyparam(struct tty *tp, struct termios *t)
sys/arch/sparc64/dev/vcctty.c
89
int vccttyparam(struct tty *, struct termios *);
sys/arch/sparc64/dev/vcons.c
341
vconsparam(struct tty *tp, struct termios *t)
sys/arch/sparc64/dev/vcons.c
65
int vconsparam(struct tty *, struct termios *);
sys/dev/fdt/amluart.c
296
amluart_param(struct tty *tp, struct termios *t)
sys/dev/fdt/cduart.c
130
int cduartparam(struct tty *, struct termios *);
sys/dev/fdt/cduart.c
551
cduartparam(struct tty *tp, struct termios *t)
sys/dev/fdt/exuart.c
107
int exuart_param(struct tty *tp, struct termios *t);
sys/dev/fdt/exuart.c
419
exuart_param(struct tty *tp, struct termios *t)
sys/dev/fdt/imxuart.c
261
imxuart_param(struct tty *tp, struct termios *t)
sys/dev/fdt/imxuart.c
98
int imxuart_param(struct tty *tp, struct termios *t);
sys/dev/fdt/mvuart.c
101
int mvuart_param(struct tty *, struct termios *);
sys/dev/fdt/mvuart.c
261
mvuart_param(struct tty *tp, struct termios *t)
sys/dev/ic/com.c
783
comparam(struct tty *tp, struct termios *t)
sys/dev/ic/comvar.h
151
int comparam(struct tty *, struct termios *);
sys/dev/ic/cy.c
637
cyparam(struct tty *tp, struct termios *t)
sys/dev/ic/cy.c
71
int cyparam(struct tty *, struct termios *);
sys/dev/ic/pluart.c
139
int pluart_param(struct tty *tp, struct termios *t);
sys/dev/ic/pluart.c
302
pluart_param(struct tty *tp, struct termios *t)
sys/dev/ic/qcuart.c
236
qcuart_param(struct tty *tp, struct termios *t)
sys/dev/ic/z8530tty.c
212
int zsparam(struct tty *, struct termios *);
sys/dev/ic/z8530tty.c
353
struct termios t;
sys/dev/ic/z8530tty.c
491
struct termios t;
sys/dev/ic/z8530tty.c
890
zsparam(struct tty *tp, struct termios *t)
sys/dev/pci/cz.c
1305
czttyparam(struct tty *tp, struct termios *t)
sys/dev/pci/cz.c
186
int czttyparam(struct tty *tp, struct termios *t);
sys/dev/pci/cz.c
966
struct termios t;
sys/dev/pv/viocon.c
130
int vioconparam(struct tty *, struct termios *);
sys/dev/pv/viocon.c
473
vioconparam(struct tty *tp, struct termios *t)
sys/dev/sbus/magma.c
1215
mtty_param(struct tty *tp, struct termios *t)
sys/dev/sbus/magmareg.h
210
int mtty_param(struct tty *, struct termios *);
sys/dev/sbus/spif.c
556
stty_param(struct tty *tp, struct termios *t)
sys/dev/sbus/spif.c
78
int stty_param(struct tty *, struct termios *);
sys/dev/usb/moscom.c
142
int moscom_param(void *, int, struct termios *);
sys/dev/usb/moscom.c
319
moscom_param(void *vsc, int portno, struct termios *t)
sys/dev/usb/uark.c
206
uark_param(void *vsc, int portno, struct termios *t)
sys/dev/usb/uark.c
69
int uark_param(void *, int, struct termios *);
sys/dev/usb/ubsa.c
161
int ubsa_param(void *, int, struct termios *);
sys/dev/usb/ubsa.c
557
ubsa_param(void *addr, int portno, struct termios *ti)
sys/dev/usb/uchcom.c
157
int uchcom_param(void *, int, struct termios *);
sys/dev/usb/uchcom.c
852
uchcom_param(void *arg, int portno, struct termios *t)
sys/dev/usb/ucom.c
126
int ucomparam(struct tty *, struct termios *);
sys/dev/usb/ucom.c
349
struct termios t;
sys/dev/usb/ucom.c
883
ucomparam(struct tty *tp, struct termios *t)
sys/dev/usb/ucomvar.h
48
int (*ucom_param)(void *sc, int portno, struct termios *);
sys/dev/usb/ucycom.c
122
int ucycom_param(void *, int, struct termios *);
sys/dev/usb/ucycom.c
247
struct termios t;
sys/dev/usb/ucycom.c
370
ucycom_param(void *addr, int portno, struct termios *t)
sys/dev/usb/uftdi.c
1003
uftdi_param(void *vsc, int portno, struct termios *t)
sys/dev/usb/uftdi.c
884
struct termios t;
sys/dev/usb/uftdi.c
90
int uftdi_param(void *, int, struct termios *);
sys/dev/usb/ukspan.c
152
int ukspan_param(void *, int, struct termios *);
sys/dev/usb/ukspan.c
466
ukspan_param(void *addr, int portno, struct termios *ti)
sys/dev/usb/umcs.c
116
int umcs_param(void *, int, struct termios *);
sys/dev/usb/umcs.c
527
umcs_param(void *self, int portno, struct termios *t)
sys/dev/usb/umct.c
109
int umct_param(void *, int, struct termios *);
sys/dev/usb/umct.c
460
umct_param(void *addr, int portno, struct termios *t)
sys/dev/usb/umodem.c
115
int umodem_param(void *, int, struct termios *);
sys/dev/usb/umodem.c
506
umodem_param(void *addr, int portno, struct termios *t)
sys/dev/usb/uplcom.c
122
int uplcom_param(void *, int, struct termios *);
sys/dev/usb/uplcom.c
675
uplcom_param(void *addr, int portno, struct termios *t)
sys/dev/usb/uslcom.c
422
uslcom_param(void *vsc, int portno, struct termios *t)
sys/dev/usb/uslcom.c
95
int uslcom_param(void *, int, struct termios *);
sys/dev/usb/uslhcom.c
297
uslhcom_create_config(struct uslhcom_uart_config *config, struct termios *t)
sys/dev/usb/uslhcom.c
402
uslhcom_param(void *arg, int portno, struct termios *t)
sys/dev/usb/uslhcom.c
60
int uslhcom_param(void *, int, struct termios *);
sys/dev/usb/uslhcom.c
78
int uslhcom_create_config(struct uslhcom_uart_config *, struct termios *);
sys/dev/usb/uticom.c
146
static int uticom_param(void *, int, struct termios *);
sys/dev/usb/uticom.c
600
uticom_param(void *vsc, int portno, struct termios *t)
sys/dev/usb/uvscom.c
164
int uvscom_param(void *, int, struct termios *);
sys/dev/usb/uvscom.c
559
uvscom_param(void *addr, int portno, struct termios *t)
sys/dev/usb/uxrcom.c
312
uxrcom_param(void *vsc, int portno, struct termios *t)
sys/dev/usb/uxrcom.c
75
int uxrcom_param(void *, int, struct termios *);
sys/dev/wscons/wsdisplay.c
1540
wsdisplayparam(struct tty *tp, struct termios *t)
sys/dev/wscons/wsdisplay.c
224
int wsdisplayparam(struct tty *, struct termios *);
sys/kern/tty.c
819
struct termios *t = (struct termios *)data;
sys/kern/tty.c
821
memcpy(t, &tp->t_termios, sizeof(struct termios));
sys/kern/tty.c
861
struct termios *t = (struct termios *)data;
sys/sys/termios.h
265
speed_t cfgetispeed(const struct termios *);
sys/sys/termios.h
266
speed_t cfgetospeed(const struct termios *);
sys/sys/termios.h
267
int cfsetispeed(struct termios *, speed_t);
sys/sys/termios.h
268
int cfsetospeed(struct termios *, speed_t);
sys/sys/termios.h
269
int tcgetattr(int, struct termios *);
sys/sys/termios.h
270
int tcsetattr(int, int, const struct termios *);
sys/sys/termios.h
281
void cfmakeraw(struct termios *);
sys/sys/termios.h
282
int cfsetspeed(struct termios *, speed_t);
sys/sys/tty.h
119
struct termios t_termios; /* Termios state. */
sys/sys/tty.h
124
int (*t_param)(struct tty *, struct termios *);
sys/sys/ttycom.h
80
#define TIOCGETA _IOR('t', 19, struct termios) /* get termios struct */
sys/sys/ttycom.h
81
#define TIOCSETA _IOW('t', 20, struct termios) /* set termios struct */
sys/sys/ttycom.h
82
#define TIOCSETAW _IOW('t', 21, struct termios) /* drain output, set */
sys/sys/ttycom.h
83
#define TIOCSETAF _IOW('t', 22, struct termios) /* drn out, fls in, set */
usr.bin/bc/extern.h
31
struct termios;
usr.bin/bc/extern.h
32
int gettty(struct termios *);
usr.bin/bc/extern.h
48
extern struct termios ttysaved;
usr.bin/bc/tty.c
25
struct termios ttysaved, ttyedit;
usr.bin/bc/tty.c
28
settty(struct termios *t)
usr.bin/bc/tty.c
38
gettty(struct termios *t)
usr.bin/cu/cu.c
267
struct termios tio;
usr.bin/cu/cu.c
298
struct termios tio;
usr.bin/cu/cu.c
44
struct termios saved_tio;
usr.bin/cu/cu.c
53
struct termios line_tio;
usr.bin/cu/cu.h
29
extern struct termios saved_tio;
usr.bin/cu/xmodem.c
118
struct termios tio;
usr.bin/less/screen.c
106
struct termios s;
usr.bin/less/screen.c
107
static struct termios save_term;
usr.bin/mail/cmd1.c
339
struct termios tbuf;
usr.bin/mail/main.c
312
struct termios tbuf;
usr.bin/mail/tty.c
76
struct termios newtio, oldtio;
usr.bin/mg/ttyio.c
35
struct termios oldtty; /* POSIX tty settings. */
usr.bin/mg/ttyio.c
36
struct termios newtty;
usr.bin/script/script.c
145
struct termios rtt = tt;
usr.bin/script/script.c
87
struct termios tt;
usr.bin/ssh/channels.c
2244
struct termios tio;
usr.bin/ssh/clientloop.c
2695
const char *term, struct termios *tiop, int in_fd, struct sshbuf *cmd,
usr.bin/ssh/clientloop.h
47
const char *, struct termios *, int, struct sshbuf *, char **);
usr.bin/ssh/mux.c
66
struct termios tio;
usr.bin/ssh/packet.h
147
void ssh_tty_make_modes(struct ssh *, int, struct termios *);
usr.bin/ssh/sshpty.h
19
struct termios *get_saved_tio(void);
usr.bin/ssh/sshtty.c
45
static struct termios _saved_tio;
usr.bin/ssh/sshtty.c
48
struct termios *
usr.bin/ssh/sshtty.c
69
struct termios tio;
usr.bin/ssh/ttymodes.c
250
ssh_tty_make_modes(struct ssh *ssh, int fd, struct termios *tiop)
usr.bin/ssh/ttymodes.c
252
struct termios tio;
usr.bin/ssh/ttymodes.c
315
struct termios tio;
usr.bin/systat/engine.c
1428
static struct termios screen_settings;
usr.bin/talk/init_disp.c
104
struct termios tty;
usr.bin/telnet/commands.c
713
struct termios new_tc = { 0 };
usr.bin/telnet/externs.h
267
extern struct termios new_tc;
usr.bin/telnet/sys_bsd.c
190
struct termios tmp_tc;
usr.bin/telnet/sys_bsd.c
58
struct termios old_tc = { 0 };
usr.bin/telnet/terminal.c
51
struct termios tc;
usr.bin/tmux/client.c
242
struct termios tio, saved_tio;
usr.bin/tmux/cmd-new-session.c
77
struct termios tio, *tiop;
usr.bin/tmux/session.c
114
struct environ *env, struct options *oo, struct termios *tio)
usr.bin/tmux/spawn.c
221
struct termios now;
usr.bin/tmux/tmux.h
1476
struct termios *tio;
usr.bin/tmux/tmux.h
1632
struct termios tio;
usr.bin/tmux/tty.c
329
struct termios tio;
usr.bin/top/screen.c
58
static struct termios old_settings, new_settings;
usr.bin/vi/cl/cl.h
23
struct termios orig; /* Original terminal values. */
usr.bin/vi/cl/cl.h
24
struct termios ex_enter;/* Terminal values to enter ex. */
usr.bin/vi/cl/cl.h
25
struct termios vi_enter;/* Terminal values to enter vi. */
usr.bin/vi/cl/cl_funcs.c
503
struct termios t;
usr.bin/vi/cl/cl_read.c
129
struct termios term1, term2;
usr.bin/vi/ex/script.h
22
struct termios sh_term; /* Terminal information. */
usr.sbin/lpd/lp_stty.c
72
struct termios t; /* terminal info */
usr.sbin/lpr/lpd/extern.h
49
struct termios t; /* terminal info */
usr.sbin/pppd/chat/chat.c
157
#define term_parms struct termios
usr.sbin/pppd/chat/chat.c
160
struct termios saved_tty_parameters;
usr.sbin/pppd/sys-bsd.c
123
static struct termios inittermios; /* Initial TTY termios */
usr.sbin/pppd/sys-bsd.c
409
struct termios tios;
usr.sbin/pppd/sys-bsd.c
513
struct termios tios;
usr.sbin/wsmoused/mouse_protocols.c
189
struct termios tty;