Home
last modified time | relevance | path

Searched refs:termios (Results 1 – 25 of 71) sorted by relevance

123

/original-bsd/sys/sys/
H A Dtermios.h152 struct termios { struct
216 speed_t cfgetispeed __P((const struct termios *));
217 speed_t cfgetospeed __P((const struct termios *));
218 int cfsetispeed __P((struct termios *, speed_t));
219 int cfsetospeed __P((struct termios *, speed_t));
220 int tcgetattr __P((int, struct termios *));
221 int tcsetattr __P((int, int, const struct termios *));
228 void cfmakeraw __P((struct termios *));
229 int cfsetspeed __P((struct termios *, speed_t));
H A Dttycom.h55 #define TIOCGETA _IOR('t', 19, struct termios) /* get termios struct */
56 #define TIOCSETA _IOW('t', 20, struct termios) /* set termios struct */
57 #define TIOCSETAW _IOW('t', 21, struct termios) /* drain output, set */
58 #define TIOCSETAF _IOW('t', 22, struct termios) /* drn out, fls in, set */
H A Dtty.h50 struct termios t_termios; /* Termios state. */
57 int (*t_param) __P((struct tty *, struct termios *));
/original-bsd/lib/libc/gen/
H A Dtermios.c28 struct termios *t;
37 const struct termios *t;
39 struct termios localterm;
87 const struct termios *t; in cfgetospeed()
95 const struct termios *t; in cfgetispeed()
103 struct termios *t; in cfsetospeed()
113 struct termios *t; in cfsetispeed()
123 struct termios *t; in cfsetspeed()
137 struct termios *t; in cfmakeraw()
195 struct termios term;
H A Disatty.c19 struct termios t;
H A Dgetpass.c24 struct termios term;
/original-bsd/bin/stty/
H A Dextern.h14 void gprint __P((struct termios *, struct winsize *, int));
15 void gread __P((struct termios *, char *));
19 void print __P((struct termios *, struct winsize *, int, enum FMT));
H A Dgfmt.c33 struct termios *tp; in gprint()
48 struct termios *tp; in gread()
H A Dstty.h20 struct termios t; /* terminal info */
/original-bsd/lib/libutil/
H A Dpty.c28 struct termios *termp;
78 struct termios *termp;
/original-bsd/lib/libcurses/
H A Dtty.c31 struct termios __orig_termios, __baset;
32 static struct termios cbreakt, rawt, *curt;
243 static struct termios savedtty;
H A Dtstp.c27 struct termios save;
/original-bsd/libexec/getty/
H A Dttydefaults.c20 struct termios term;
/original-bsd/usr.bin/tset/
H A Dextern.h20 extern struct termios mode, oldmode;
/original-bsd/share/man/man4/
H A DMakefile5 spp.0 tcp.0 termios.0 tp.0 tty.0 udp.0 unix.0
/original-bsd/usr.bin/script/
H A Dscript.c41 struct termios tt;
57 struct termios rtt;
/original-bsd/sys/kern/
H A Dtty_compat.c83 struct termios term;
156 struct termios term;
258 register struct termios *t;
329 register struct termios *t;
/original-bsd/usr.bin/rlogin/
H A Drlogin.c326 struct termios tt;
344 struct termios tt;
353 struct termios deftt;
354 struct termios nott;
673 struct termios tt;
819 struct termios tt;
/original-bsd/old/adb/common_scripts/
H A DMakefile10 tcpreass tcpreass.nxt text traceall traceall.nxt tty termios \
H A Dtty17 +$<<termios
/original-bsd/bin/csh/
H A Dfile.c87 static struct termios tchars;
114 struct termios tty, tty_normal; in back_to_col_1()
138 struct termios tty, tty_normal;
299 struct termios tty; in retype()
/original-bsd/usr.bin/more/
H A Dscreen.c115 struct termios s;
116 static struct termios save_term;
/original-bsd/usr.bin/tput/
H A Dtput.c180 struct termios t; in setospeed()
/original-bsd/usr.bin/mail/
H A Dmain.c254 struct termios tbuf; in setscreensize()
/original-bsd/lib/libedit/
H A Dtty.c423 private void tty__getchar __P((struct termios *, unsigned char *));
424 private void tty__setchar __P((struct termios *, unsigned char *));
425 private speed_t tty__getspeed __P((struct termios *));
540 struct termios *td; in tty__getspeed()
555 struct termios *td; in tty__getchar()
638 struct termios *td; in tty__setchar()

123