Home
last modified time | relevance | path

Searched defs:tio (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/include/ac/
H A Dtermios.h33 #define GETFLAGS( tio ) ((tio).c_lflag) argument
34 #define SETFLAGS( tio, flags ) ((tio).c_lflag = (flags)) argument
47 #define GETFLAGS( tio ) ((tio).sg_flags) argument
48 #define SETFLAGS( tio, flags ) ((tio).sg_flags = (flags)) argument
/netbsd-src/external/bsd/tmux/dist/compat/
H A Dcfmakeraw.c26 cfmakeraw(struct termios *tio) in cfmakeraw()
H A Dfdforkpty.c30 fdforkpty(__unused int ptmfd, int *master, char *name, struct termios *tio, in fdforkpty()
H A Dforkpty-haiku.c30 forkpty(int *master, char *name, struct termios *tio, struct winsize *ws) in forkpty()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dttymodes.c257 struct termios tio; in ssh_tty_make_modes() local
320 struct termios tio; in ssh_tty_parse_modes() local
H A Dsshtty.c72 struct termios tio; in enter_raw_mode() local
/netbsd-src/usr.sbin/btattach/
H A Dinit_unistone.c76 struct termios tio; in init_unistone() local
H A Dbtattach.c167 struct termios tio; in main() local
559 struct termios tio; in test() local
H A Dinit_stlc2500.c110 struct termios tio; in init_stlc2500() local
/netbsd-src/usr.bin/qsubst/
H A Dqsubst.c170 struct termios tio; in sigtstp() local
233 struct termios tio; in getc_cbreak() local
/netbsd-src/usr.bin/resize/
H A Dresize.c329 struct termio tio; in main() local
331 struct termios tio; in main() local
/netbsd-src/external/bsd/tmux/dist/
H A Dcmd-new-session.c77 struct termios tio, *tiop; in cmd_new_session_exec() local
H A Dsession.c115 struct environ *env, struct options *oo, struct termios *tio) in session_create()
/netbsd-src/tests/kernel/kqueue/read/
H A Dt_ttypty.c64 struct termios tio; in h_check() local
/netbsd-src/tests/kernel/tty/
H A Dt_pr.c162 struct termios tio; in ATF_TC_BODY() local
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dtty.c244 static void uv__tty_make_raw(struct termios* tio) { in uv__tty_make_raw()
/netbsd-src/usr.bin/rfcomm_sppd/
H A Drfcomm_sppd.c102 static struct termios tio; /* stored termios for reset on exit */ variable
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Drltty.c600 TIOTYPE tio; in rl_prep_terminal() local