Home
last modified time | relevance | path

Searched refs:tchars (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Drltty.c110 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 Dioctl_compat.h46 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 Dfile.c114 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 Dtty.h82 struct tchars tchars; member
H A Dtty.c34 if (ioctl(fd, TIOCGETC, &ts->tchars) < 0)
82 if (ioctl(fd, TIOCSETC, &ts->tchars) < 0)
/netbsd-src/lib/librpcsvc/
H A Drex.x149 struct tchars { struct
179 tchars more; /* interrupt, kill characters, etc. */
/netbsd-src/sys/compat/common/
H A Dtty_43.c174 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 Dtermdep.h45 # define tchars tc macro
H A Dterminal.c682 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 Dsanitizer_platform_limits_netbsd.cc821 unsigned struct_tchars_sz = sizeof(tchars);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp983 unsigned struct_tchars_sz = sizeof(tchars);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc982 unsigned struct_tchars_sz = sizeof(tchars);
/netbsd-src/share/man/tools/
H A Dnewsp.errs3145 tchars
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19934049 [HAVE_SGTTY]: Add tchars, ltchars, and lmode to ttystate.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19934049 [HAVE_SGTTY]: Add tchars, ltchars, and lmode to ttystate.
/netbsd-src/external/gpl2/gawk/dist/
H A Dawk.texi20705 tchars += chars
20751 printf "\t%d", tchars