| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | rltty.c | 110 struct tchars tchars; /* Terminal special characters, including ^S and ^Q. */ member 145 _rl_intr_char = _rl_tty_chars.t_intr = tiop->tchars.t_intrc; in save_tty_chars() 146 _rl_quit_char = _rl_tty_chars.t_quit = tiop->tchars.t_quitc; in save_tty_chars() 148 _rl_tty_chars.t_start = tiop->tchars.t_startc; in save_tty_chars() 149 _rl_tty_chars.t_stop = tiop->tchars.t_stopc; in save_tty_chars() 150 _rl_tty_chars.t_eof = tiop->tchars.t_eofc; in save_tty_chars() 152 _rl_tty_chars.t_eol2 = tiop->tchars.t_brkc; in save_tty_chars() 187 if (ioctl (tty, TIOCGETC, &(tiop->tchars)) == 0) in get_tty_settings() 220 ioctl (tty, TIOCSETC, &(tiop->tchars)); in set_tty_settings() 247 tiop->tchars = oldtio.tchars; in prepare_terminal_settings() [all …]
|
| /netbsd-src/sys/sys/ |
| H A D | 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 */
|
| /netbsd-src/bin/csh/ |
| H A D | file.c | 114 struct termios tchars; in setup_tty() local 116 (void)tcgetattr(SHIN, &tchars); in setup_tty() 119 tchars.c_cc[VEOL] = ESC; in setup_tty() 120 if (tchars.c_lflag & ICANON) in setup_tty() 123 tchars.c_lflag |= ICANON; in setup_tty() 128 tchars.c_cc[VEOL] = _POSIX_VDISABLE; in setup_tty() 132 (void)tcsetattr(SHIN, on, &tchars); in setup_tty()
|
| /netbsd-src/bin/ksh/ |
| H A D | tty.h | 82 struct tchars tchars; member
|
| H A D | tty.c | 34 if (ioctl(fd, TIOCGETC, &ts->tchars) < 0) 82 if (ioctl(fd, TIOCSETC, &ts->tchars) < 0)
|
| /netbsd-src/lib/librpcsvc/ |
| H A D | rex.x | 149 struct tchars { struct 179 tchars more; /* interrupt, kill characters, etc. */
|
| /netbsd-src/sys/compat/common/ |
| H A D | tty_43.c | 174 struct tchars *tc = (struct tchars *)data; in compat_43_ttioctl() 185 struct tchars *tc = (struct tchars *)data; in compat_43_ttioctl()
|
| /netbsd-src/external/gpl2/texinfo/dist/info/ |
| H A D | termdep.h | 45 # define tchars tc macro
|
| H A D | terminal.c | 682 struct tchars original_tchars; 788 struct tchars temp; in terminal_prep_terminal()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cc | 821 unsigned struct_tchars_sz = sizeof(tchars);
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cpp | 983 unsigned struct_tchars_sz = sizeof(tchars);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cc | 982 unsigned struct_tchars_sz = sizeof(tchars);
|
| /netbsd-src/share/man/tools/ |
| H A D | newsp.errs | 3145 tchars
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-1993 | 4049 [HAVE_SGTTY]: Add tchars, ltchars, and lmode to ttystate.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-1993 | 4049 [HAVE_SGTTY]: Add tchars, ltchars, and lmode to ttystate.
|
| /netbsd-src/external/gpl2/gawk/dist/ |
| H A D | awk.texi | 20705 tchars += chars 20751 printf "\t%d", tchars
|