Searched refs:tchars (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | sh.file.c | 90 struct termios tchars; in setup_tty() local 92 struct termio tchars; in setup_tty() 96 (void) tcgetattr(SHIN, &tchars); in setup_tty() 98 (void) ioctl(SHIN, TCGETA, (ioctl_t) &tchars); in setup_tty() 101 tchars.c_cc[VEOL] = ESC; in setup_tty() 102 if (tchars.c_lflag & ICANON) in setup_tty() 114 tchars.c_lflag |= ICANON; in setup_tty() 119 tchars.c_cc[VEOL] = _POSIX_VDISABLE; in setup_tty() 127 (void) xtcsetattr(SHIN, on, &tchars); in setup_tty() 129 (void) ioctl(SHIN, on, (ioctl_t) &tchars); in setup_tty() [all …]
|
H A D | mi.termios.c | 156 struct tchars tcbuf; 288 struct tchars tcbuf;
|
H A D | ed.term.h | 514 struct tchars d_tc;
|
H A D | ed.term.c | 865 struct tchars *n = &td->d_tc; in tty_getchar() 1004 struct tchars *n = &td->d_tc; in tty_setchar()
|
/freebsd/sys/sys/ |
H A D | ioctl_compat.h | 44 struct tchars { struct 79 #define TIOCSETC _IOW('t',17, struct tchars) /* set special characters */ 80 #define TIOCGETC _IOR('t',18, struct tchars) /* get special characters */
|
/freebsd/include/rpcsvc/ |
H A D | rex.x | 142 struct tchars { struct 172 tchars more; /* interrupt, kill characters, etc. */
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 127 struct tchars *tc = (struct tchars *)data; in ttsetcompat() 215 struct tchars *tc = (struct tchars *)data; in tty_ioctl_compat()
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 65 struct tchars otc = { 0 }, ntc = { 0 }; 371 struct tchars tc; in TerminalNewMode()
|
H A D | externs.h | 342 extern struct tchars ntc;
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | README.ORIG | 626 struct tchars b;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 983 unsigned struct_tchars_sz = sizeof(tchars);
|