Searched refs:termios (Results 76 - 100 of 287) sorted by relevance

1234567891011>>

/freebsd-current/usr.bin/tip/libacu/
H A Ddn11.c50 struct termios cntrl;
H A Dv3451.c55 struct termios cntrl;
H A Dcourier.c66 struct termios cntrl;
231 struct termios cntrl;
H A Dt3000.c64 struct termios cntrl;
246 struct termios cntrl;
/freebsd-current/lib/libutil/
H A Dlibutil.h85 struct termios;
98 struct termios *_termp, struct winsize *_winp);
120 struct termios *_termp, struct winsize *_winp);
/freebsd-current/usr.bin/chat/
H A Dchat.c91 #include <termios.h>
127 #define term_parms struct termios
130 static struct termios saved_tty_parameters;
/freebsd-current/usr.sbin/bhyve/
H A Duart_backend.c43 #include <termios.h>
74 static struct termios tio_stdio_orig;
85 struct termios orig, new;
/freebsd-current/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-nfc.py368 import sys, tty, termios namespace
373 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr)
378 import sys, tty, termios, select namespace
381 prev_tcgetattr = termios.tcgetattr(fd)
390 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr)
/freebsd-current/contrib/libedit/
H A Dtty.c459 static int tty_getty(EditLine *, struct termios *);
460 static int tty_setty(EditLine *, int, const struct termios *);
462 static void tty__getchar(struct termios *, unsigned char *);
463 static void tty__setchar(struct termios *, unsigned char *);
464 static speed_t tty__getspeed(struct termios *);
466 static void tty_setup_flags(EditLine *, struct termios *, int);
474 tty_getty(EditLine *el, struct termios *t)
486 tty_setty(EditLine *el, int action, const struct termios *t)
611 tty__getspeed(struct termios *td)
732 tty__getchar(struct termios *t
[all...]
H A Dtty.h43 #include <termios.h>
472 struct termios t_or, t_ex, t_ed, t_ts;
/freebsd-current/usr.sbin/watch/
H A Dwatch.c34 #include <termios.h>
77 struct termios otty;
108 struct termios ntty;
/freebsd-current/contrib/netbsd-tests/kernel/tty/
H A Dt_pr.c162 struct termios tio;
/freebsd-current/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.h81 /* including both <sys/ioctl.h> and <termios.h> in SunOS 4 generates a
119 #include <termios.h>
/freebsd-current/sys/dev/usb/serial/
H A Duark.c109 static int uark_pre_param(struct ucom_softc *, struct termios *);
110 static void uark_cfg_param(struct ucom_softc *, struct termios *);
361 uark_pre_param(struct ucom_softc *ucom, struct termios *t)
369 uark_cfg_param(struct ucom_softc *ucom, struct termios *t)
H A Ducycom.c127 static int ucycom_pre_param(struct ucom_softc *, struct termios *);
128 static void ucycom_cfg_param(struct ucom_softc *, struct termios *);
473 ucycom_pre_param(struct ucom_softc *ucom, struct termios *t)
501 ucycom_cfg_param(struct ucom_softc *ucom, struct termios *t)
/freebsd-current/usr.bin/mail/
H A Ddef.h48 #include <termios.h>
/freebsd-current/usr.bin/systat/
H A Dkeyboard.c40 #include <termios.h>
/freebsd-current/sys/sys/
H A D_termios.h226 struct termios { struct
/freebsd-current/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c192 #include <termios.h>
194 struct termios OriginalTermAttributes;
242 struct termios LocalTermAttributes;
265 sizeof (struct termios));
/freebsd-current/lib/libcapsicum/
H A Dcapsicum_helpers.h36 #include <termios.h>
/freebsd-current/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c38 #include <termios.h>
127 struct termios term_attr;
231 * Create default termios settings for later use
/freebsd-current/contrib/netbsd-tests/kernel/
H A Dt_pty.c26 #include <termios.h>
111 struct termios tios;
/freebsd-current/contrib/nvi/cl/
H A Dcl_read.c24 #include <termios.h>
146 struct termios term1, term2;
/freebsd-current/usr.bin/lock/
H A Dlock.c58 #include <termios.h>
74 static struct termios tty, ntty;
/freebsd-current/libexec/comsat/
H A Dcomsat.c46 #include <termios.h>
149 struct termios tio;

Completed in 158 milliseconds

1234567891011>>