/src/bin/ksh/ |
tty.h | 82 struct tchars tchars; member in struct:__anon02bc16e10108
|
tty.h | 82 struct tchars tchars; member in struct:__anon02bc16e10108
|
/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 */
|
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/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);
|
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);
|