/src/bin/ksh/ |
tty.h | 82 struct tchars tchars; member in struct:__anon02bc16e10108
|
tty.c | 34 if (ioctl(fd, TIOCGETC, &ts->tchars) < 0) 82 if (ioctl(fd, TIOCSETC, &ts->tchars) < 0)
|
edit.c | 270 edchars.intr = cb.tchars.t_intrc; 271 edchars.quit = cb.tchars.t_quitc; 272 edchars.eof = cb.tchars.t_eofc; 273 cb.tchars.t_intrc = -1; 274 cb.tchars.t_quitc = -1;
|
/src/sys/sys/ |
ioctl_compat.h | 46 struct tchars { struct 91 #define TIOCSETC _IOW('t',17,struct tchars)/* set special characters */ 92 #define TIOCGETC _IOR('t',18,struct tchars)/* get special characters */
|
/src/lib/librpcsvc/ |
rex.x | 149 struct tchars { 179 tchars more; /* interrupt, kill characters, etc. */
|
/src/bin/csh/ |
file.c | 114 struct termios tchars; local in function:setup_tty 116 (void)tcgetattr(SHIN, &tchars); 119 tchars.c_cc[VEOL] = ESC; 120 if (tchars.c_lflag & ICANON) 123 tchars.c_lflag |= ICANON; 128 tchars.c_cc[VEOL] = _POSIX_VDISABLE; 132 (void)tcsetattr(SHIN, on, &tchars);
|
/src/sys/compat/common/ |
tty_43.c | 174 struct tchars *tc = (struct tchars *)data; 185 struct tchars *tc = (struct tchars *)data;
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_platform_limits_netbsd.cc | 821 unsigned struct_tchars_sz = sizeof(tchars);
|